summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Automobile.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-11-23 17:59:50 +0100
committerSergeanur <s.anureev@yandex.ua>2020-11-23 17:59:50 +0100
commit833bf4a619c7bd40ea69731abe3d31770815d863 (patch)
treed351d9d80d332118621b9023fbe176928fe8e2b9 /src/vehicles/Automobile.cpp
parenttwo unused functions (diff)
downloadre3-833bf4a619c7bd40ea69731abe3d31770815d863.tar
re3-833bf4a619c7bd40ea69731abe3d31770815d863.tar.gz
re3-833bf4a619c7bd40ea69731abe3d31770815d863.tar.bz2
re3-833bf4a619c7bd40ea69731abe3d31770815d863.tar.lz
re3-833bf4a619c7bd40ea69731abe3d31770815d863.tar.xz
re3-833bf4a619c7bd40ea69731abe3d31770815d863.tar.zst
re3-833bf4a619c7bd40ea69731abe3d31770815d863.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 66afa1d4..ec71f690 100644
--- a/src/vehicles/Automobile.cpp
+++ b/src/vehicles/Automobile.cpp
@@ -75,7 +75,7 @@ CAutomobile::CAutomobile(int32 id, uint8 CreatedBy)
SetModelIndex(id);
- pHandling = mod_HandlingManager.GetHandlingData((eHandlingId)mi->m_handlingId);
+ pHandling = mod_HandlingManager.GetHandlingData((tVehicleType)mi->m_handlingId);
m_auto_unused1 = 20.0f;
m_auto_unused2 = 0;