aboutsummaryrefslogtreecommitdiffstats
path: root/src/vehicles/Boat.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-11-01 12:30:23 +0200
committerSergeanur <s.anureev@yandex.ua>2020-11-01 12:30:23 +0200
commit1f5a6dab67d37af7e3686e29fc81d0f8e5bb5597 (patch)
tree3ea854e3cdf5ec694a2b702e154b9ae7bd112476 /src/vehicles/Boat.cpp
parentf21cfef8fb92a0923c6ddfa26124cf6da1fa883c (diff)
Revert
Diffstat (limited to 'src/vehicles/Boat.cpp')
-rw-r--r--src/vehicles/Boat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Boat.cpp b/src/vehicles/Boat.cpp
index a33b9770..dfe9d1d9 100644
--- a/src/vehicles/Boat.cpp
+++ b/src/vehicles/Boat.cpp
@@ -48,7 +48,7 @@ CBoat::CBoat(int mi, uint8 owner) : CVehicle(owner)
m_fSteeringLeftRight = 0.0f;
m_nPadID = 0;
m_fMovingRotation = 0.0f;
- CBoat::SetModelIndex(mi);
+ SetModelIndex(mi);
pHandling = mod_HandlingManager.GetHandlingData((eHandlingId)minfo->m_handlingId);
minfo->ChooseVehicleColour(m_currentColour1, m_currentColour2);