summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Automobile.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-11-01 11:30:23 +0100
committerSergeanur <s.anureev@yandex.ua>2020-11-01 11:30:23 +0100
commit1f5a6dab67d37af7e3686e29fc81d0f8e5bb5597 (patch)
tree3ea854e3cdf5ec694a2b702e154b9ae7bd112476 /src/vehicles/Automobile.cpp
parentremove autosave at end of mission under MISSION_REPLAY (diff)
downloadre3-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 '')
-rw-r--r--src/vehicles/Automobile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Automobile.cpp b/src/vehicles/Automobile.cpp
index a1c38d21..95a68769 100644
--- a/src/vehicles/Automobile.cpp
+++ b/src/vehicles/Automobile.cpp
@@ -73,7 +73,7 @@ CAutomobile::CAutomobile(int32 id, uint8 CreatedBy)
bBigWheels = false;
bWaterTight = false;
- CAutomobile::SetModelIndex(id);
+ SetModelIndex(id);
pHandling = mod_HandlingManager.GetHandlingData((eHandlingId)mi->m_handlingId);