diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-11-23 17:59:50 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-11-23 17:59:50 +0100 |
commit | 833bf4a619c7bd40ea69731abe3d31770815d863 (patch) | |
tree | d351d9d80d332118621b9023fbe176928fe8e2b9 /src/vehicles/Automobile.cpp | |
parent | two unused functions (diff) | |
download | re3-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.cpp | 2 |
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; |