File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ eHandlingTypes CHandlingManagerSA::GetHandlingID ( eVehicleTypes eModel )
475
475
case VT_TUG: return HT_TUG;
476
476
case VT_PETROTR: return HT_PETROTR;
477
477
case VT_EMPEROR: return HT_EMPEROR;
478
- case VT_WAYFARER: return HT_WAYFARE ;
478
+ case VT_WAYFARER: return HT_WAYFARER ;
479
479
case VT_EUROS: return HT_EUROS;
480
480
case VT_HOTDOG: return HT_HOTDOG;
481
481
case VT_CLUB: return HT_CLUB;
Original file line number Diff line number Diff line change @@ -533,7 +533,6 @@ enum eHandlingTypes
533
533
HT_TUG ,
534
534
HT_PETROTR ,
535
535
HT_EMPEROR ,
536
- HT_WAYFARE ,
537
536
HT_FLOAT ,
538
537
HT_EUROS ,
539
538
HT_HOTDOG ,
@@ -554,6 +553,7 @@ enum eHandlingTypes
554
553
HT_BOXBURG ,
555
554
HT_FARM_TR1 ,
556
555
HT_UTIL_TR1 ,
556
+ HT_ROLLER ,
557
557
HT_BIKE ,
558
558
HT_MOPED ,
559
559
HT_DIRTBIKE ,
You can’t perform that action at this time.
0 commit comments