mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 12:44:08 +00:00
CAutoPilot + CCarAI + fixes
This commit is contained in:
parent
131e8af174
commit
ae0c83fa01
15 changed files with 402 additions and 31 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue