implemented skinned peds, no cutscene hands yet

This commit is contained in:
aap 2020-04-23 22:25:18 +02:00
commit f03b4eec4c
49 changed files with 1869 additions and 301 deletions

View file

@ -36,4 +36,6 @@ public:
void CopAI(void);
};
#ifndef PED_SKIN
static_assert(sizeof(CCopPed) == 0x558, "CCopPed: error");
#endif