mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 01:40:35 +00:00
implemented skinned peds, no cutscene hands yet
This commit is contained in:
parent
6467e2003a
commit
f03b4eec4c
49 changed files with 1869 additions and 301 deletions
|
@ -36,4 +36,6 @@ public:
|
|||
void CopAI(void);
|
||||
};
|
||||
|
||||
#ifndef PED_SKIN
|
||||
static_assert(sizeof(CCopPed) == 0x558, "CCopPed: error");
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue