diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-11-01 11:30:23 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-11-01 11:30:23 +0100 |
commit | 1f5a6dab67d37af7e3686e29fc81d0f8e5bb5597 (patch) | |
tree | 3ea854e3cdf5ec694a2b702e154b9ae7bd112476 /src/vehicles/Train.cpp | |
parent | remove autosave at end of mission under MISSION_REPLAY (diff) | |
download | re3-1f5a6dab67d37af7e3686e29fc81d0f8e5bb5597.tar re3-1f5a6dab67d37af7e3686e29fc81d0f8e5bb5597.tar.gz re3-1f5a6dab67d37af7e3686e29fc81d0f8e5bb5597.tar.bz2 re3-1f5a6dab67d37af7e3686e29fc81d0f8e5bb5597.tar.lz re3-1f5a6dab67d37af7e3686e29fc81d0f8e5bb5597.tar.xz re3-1f5a6dab67d37af7e3686e29fc81d0f8e5bb5597.tar.zst re3-1f5a6dab67d37af7e3686e29fc81d0f8e5bb5597.zip |
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 98d522a7..26d0dee7 100644 --- a/src/vehicles/Train.cpp +++ b/src/vehicles/Train.cpp @@ -44,7 +44,7 @@ CTrain::CTrain(int32 id, uint8 CreatedBy) CVehicleModelInfo *mi = (CVehicleModelInfo*)CModelInfo::GetModelInfo(id); m_vehType = VEHICLE_TYPE_TRAIN; pHandling = mod_HandlingManager.GetHandlingData((eHandlingId)mi->m_handlingId); - CTrain::SetModelIndex(id); + SetModelIndex(id); Doors[0].Init(0.8f, 0.0f, 1, 0); Doors[1].Init(-0.8f, 0.0f, 0, 0); |