implemented most of vice city path system

This commit is contained in:
aap 2020-05-03 15:57:57 +02:00
commit 702da55ec9
20 changed files with 1149 additions and 367 deletions

View file

@ -8,8 +8,12 @@ public:
static void *operator new(size_t);
static void operator delete(void*, size_t);
#ifndef MIAMI
int16 m_nodeIndices[2][12]; // first car, then ped
#endif
bool GetIsATreadable(void) { return true; }
};
#ifndef MIAMI
static_assert(sizeof(CTreadable) == 0x94, "CTreadable: error");
#endif