remove ifdefs

This commit is contained in:
Nikolay Korolev 2020-05-05 18:20:10 +03:00
parent cb8ffbac73
commit edeb8736f1
8 changed files with 1 additions and 141 deletions

View file

@ -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