Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12688b6

Browse files
Flobuccw808
authored andcommitted
Fixed 5269: (1.0.4 Custom - Flobu's Build: Default Handling Is Incorrect.)
1 parent 45d42cd commit 12688b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MTA10/game_sa/CHandlingManagerSA.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ eHandlingTypes CHandlingManagerSA::GetHandlingID ( eVehicleTypes eModel )
475475
case VT_TUG: return HT_TUG;
476476
case VT_PETROTR: return HT_PETROTR;
477477
case VT_EMPEROR: return HT_EMPEROR;
478-
case VT_WAYFARER: return HT_WAYFARE;
478+
case VT_WAYFARER: return HT_WAYFARER;
479479
case VT_EUROS: return HT_EUROS;
480480
case VT_HOTDOG: return HT_HOTDOG;
481481
case VT_CLUB: return HT_CLUB;

MTA10/sdk/game/Common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,6 @@ enum eHandlingTypes
533533
HT_TUG,
534534
HT_PETROTR,
535535
HT_EMPEROR,
536-
HT_WAYFARE,
537536
HT_FLOAT,
538537
HT_EUROS,
539538
HT_HOTDOG,
@@ -554,6 +553,7 @@ enum eHandlingTypes
554553
HT_BOXBURG,
555554
HT_FARM_TR1,
556555
HT_UTIL_TR1,
556+
HT_ROLLER,
557557
HT_BIKE,
558558
HT_MOPED,
559559
HT_DIRTBIKE,

0 commit comments

Comments
 (0)