summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Train.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-11-01 08:46:02 +0100
committerSergeanur <s.anureev@yandex.ua>2020-11-01 08:46:02 +0100
commit5711251b0fcf3333c2f96b48dd784fe4c6e1ba25 (patch)
tree26831d14d35706602abc178c1fa779723e214ea9 /src/vehicles/Train.cpp
parentFix virtual SetModelIndex call in CBoat ctor (diff)
downloadre3-5711251b0fcf3333c2f96b48dd784fe4c6e1ba25.tar
re3-5711251b0fcf3333c2f96b48dd784fe4c6e1ba25.tar.gz
re3-5711251b0fcf3333c2f96b48dd784fe4c6e1ba25.tar.bz2
re3-5711251b0fcf3333c2f96b48dd784fe4c6e1ba25.tar.lz
re3-5711251b0fcf3333c2f96b48dd784fe4c6e1ba25.tar.xz
re3-5711251b0fcf3333c2f96b48dd784fe4c6e1ba25.tar.zst
re3-5711251b0fcf3333c2f96b48dd784fe4c6e1ba25.zip
Diffstat (limited to '')
-rw-r--r--src/vehicles/Train.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Train.cpp b/src/vehicles/Train.cpp
index 26d0dee7..98d522a7 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);
- SetModelIndex(id);
+ CTrain::SetModelIndex(id);
Doors[0].Init(0.8f, 0.0f, 1, 0);
Doors[1].Init(-0.8f, 0.0f, 0, 0);