diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2019-10-10 20:55:12 +0300 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2019-10-10 20:55:12 +0300 |
| commit | fd1edbc0c8923d8cd5385017a700bbaadbf7a63f (patch) | |
| tree | ef47d4d5de8f357d2c430b9b5382cb32e1c2be30 /src/vehicles/Train.cpp | |
| parent | CMoneyMessages moved to SpecialFX.cpp (diff) | |
| download | re3-fd1edbc0c8923d8cd5385017a700bbaadbf7a63f.tar.gz | |
Single-wagon train fix
Diffstat (limited to 'src/vehicles/Train.cpp')
| -rw-r--r-- | src/vehicles/Train.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Train.cpp b/src/vehicles/Train.cpp index 4c07a63a..f3a669d6 100644 --- a/src/vehicles/Train.cpp +++ b/src/vehicles/Train.cpp @@ -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; |
