mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 15:26:21 +00:00
implemented skinned peds, no cutscene hands yet
This commit is contained in:
@ -77,4 +77,6 @@ public:
|
||||
static void ReactivatePlayerPed(int32);
|
||||
};
|
||||
|
||||
#ifndef PED_SKIN
|
||||
static_assert(sizeof(CPlayerPed) == 0x5F0, "CPlayerPed: error");
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user