fixed cops

This commit is contained in:
Nikolay Korolev 2019-07-14 15:00:36 +03:00
commit e16562aa6d
5 changed files with 8 additions and 2 deletions

View file

@ -35,6 +35,7 @@ public:
~CCopPed();
void ClearPursuit(void);
void ProcessControl(void);
};
static_assert(sizeof(CCopPed) == 0x558, "CCopPed: error");