diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-11-24 16:15:51 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-11-24 16:16:39 +0100 |
commit | 8f5e60f787b00942d816fa610e4c546ff7f9e603 (patch) | |
tree | ff4f8ccf10312ccc4d2d0b4c16792d605bcca483 /src/vehicles/Automobile.cpp | |
parent | cam fix; forgot some shaders (diff) | |
download | re3-8f5e60f787b00942d816fa610e4c546ff7f9e603.tar re3-8f5e60f787b00942d816fa610e4c546ff7f9e603.tar.gz re3-8f5e60f787b00942d816fa610e4c546ff7f9e603.tar.bz2 re3-8f5e60f787b00942d816fa610e4c546ff7f9e603.tar.lz re3-8f5e60f787b00942d816fa610e4c546ff7f9e603.tar.xz re3-8f5e60f787b00942d816fa610e4c546ff7f9e603.tar.zst re3-8f5e60f787b00942d816fa610e4c546ff7f9e603.zip |
Diffstat (limited to '')
-rw-r--r-- | src/vehicles/Automobile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vehicles/Automobile.cpp b/src/vehicles/Automobile.cpp index e5caa483..251dac30 100644 --- a/src/vehicles/Automobile.cpp +++ b/src/vehicles/Automobile.cpp @@ -100,8 +100,8 @@ CAutomobile::CAutomobile(int32 id, uint8 CreatedBy) break; } - pHandling = mod_HandlingManager.GetHandlingData((eHandlingId)mi->m_handlingId); - pFlyingHandling = mod_HandlingManager.GetFlyingPointer((eHandlingId)mi->m_handlingId); + pHandling = mod_HandlingManager.GetHandlingData((tVehicleType)mi->m_handlingId); + pFlyingHandling = mod_HandlingManager.GetFlyingPointer((tVehicleType)mi->m_handlingId); m_auto_unused1 = 20.0f; m_auto_unused2 = 0; |