mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 02:44:08 +00:00
remove ifdefs
This commit is contained in:
parent
cb8ffbac73
commit
edeb8736f1
8 changed files with 1 additions and 141 deletions
|
@ -2752,7 +2752,6 @@ bool CCarCtrl::MapCouldMoveInThisArea(float x, float y)
|
|||
#endif
|
||||
}
|
||||
|
||||
#ifdef MIAMI
|
||||
float CCarCtrl::FindSpeedMultiplierWithSpeedFromNodes(int8 type)
|
||||
{
|
||||
switch (type)
|
||||
|
@ -2762,4 +2761,3 @@ float CCarCtrl::FindSpeedMultiplierWithSpeedFromNodes(int8 type)
|
|||
}
|
||||
return 1.0f;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue