mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 01:19:18 +02:00
milek7/sim branch network code import
This commit is contained in:
@@ -38,6 +38,12 @@ bool TTrackFollower::Init(TTrack *pTrack, TDynamicObject *NewOwner, double fDir)
|
||||
return true;
|
||||
}
|
||||
|
||||
void TTrackFollower::Reset()
|
||||
{
|
||||
fCurrentDistance = 0.0;
|
||||
fDirection = 1.0;
|
||||
}
|
||||
|
||||
TTrack * TTrackFollower::SetCurrentTrack(TTrack *pTrack, int end)
|
||||
{ // przejechanie na inny odcinkek toru, z ewentualnym rozpruciem
|
||||
if (pTrack)
|
||||
|
||||
Reference in New Issue
Block a user