mirror of
https://github.com/halpz/re3.git
synced 2025-10-06 19:41:43 +00:00
Single-wagon train fix
This commit is contained in:
@@ -52,7 +52,7 @@ CTrain::CTrain(int32 id, uint8 CreatedBy)
|
|||||||
|
|
||||||
m_bProcessDoor = true;
|
m_bProcessDoor = true;
|
||||||
m_bTrainStopping = false;
|
m_bTrainStopping = false;
|
||||||
|
m_nTrackId = TRACK_ELTRAIN;
|
||||||
m_nNumMaxPassengers = 5;
|
m_nNumMaxPassengers = 5;
|
||||||
m_nDoorTimer = CTimer::GetTimeInMilliseconds();
|
m_nDoorTimer = CTimer::GetTimeInMilliseconds();
|
||||||
m_nDoorState = TRAIN_DOOR_CLOSED;
|
m_nDoorState = TRAIN_DOOR_CLOSED;
|
||||||
|
Reference in New Issue
Block a user