mirror of
https://github.com/halpz/re3.git
synced 2025-08-03 14:07:44 +00:00
implemented skinned peds, no cutscene hands yet
This commit is contained in:
@ -11,4 +11,6 @@ public:
|
||||
void CivilianAI(void);
|
||||
void ProcessControl(void);
|
||||
};
|
||||
#ifndef PED_SKIN
|
||||
static_assert(sizeof(CCivilianPed) == 0x53C, "CCivilianPed: error");
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user