Merge pull request #512 from Nick007J/master

MIAMI CAutoPilot + CCarAI + multiple fixes
This commit is contained in:
Sergeanur
2020-05-05 17:14:13 +03:00
committed by GitHub
15 changed files with 402 additions and 31 deletions

View File

@ -122,4 +122,9 @@ public:
static bool DoWeHaveMoreThanXOccurencesOfSet(int32 count, uint16 *set);
static void CompressIndicesArray() {};// todo
#ifdef MIAMI
//--MIAMI: TODO
static bool PoliceAbandonCars(void) { return false; }
#endif
};