mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-19 03:09:23 +00:00
remove ifdefs
This commit is contained in:
parent
cb8ffbac73
commit
edeb8736f1
8 changed files with 1 additions and 141 deletions
|
@ -1354,7 +1354,6 @@ CVehicle::Load(uint8*& buf)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef MIAMI
|
||||
eVehicleAppearance
|
||||
//--MIAMI: TODO, implement VC version, appearance != type
|
||||
// This would work for cars, boats and bikes but not for planes and helis
|
||||
|
@ -1372,4 +1371,3 @@ CVehicle::GetVehicleAppearance(void)
|
|||
return VEHICLE_HELI;
|
||||
return VEHICLE_NONE;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue