1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-16 10:53:13 +00:00

Single-wagon train fix

This commit is contained in:
Sergeanur 2019-10-10 20:55:12 +03:00
parent ffed52b94f
commit fd1edbc0c8

View file

@ -52,7 +52,7 @@ CTrain::CTrain(int32 id, uint8 CreatedBy)
m_bProcessDoor = true;
m_bTrainStopping = false;
m_nTrackId = TRACK_ELTRAIN;
m_nNumMaxPassengers = 5;
m_nDoorTimer = CTimer::GetTimeInMilliseconds();
m_nDoorState = TRAIN_DOOR_CLOSED;