mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 00:50:00 +00:00
missing ifded
This commit is contained in:
parent
4c133a95bd
commit
bcc3a8b6c7
|
@ -135,7 +135,9 @@ CPlayerPed::SetupPlayerPed(int32 index)
|
|||
{
|
||||
CPlayerPed *player = new CPlayerPed();
|
||||
CWorld::Players[index].m_pPed = player;
|
||||
#ifdef FIX_BUGS
|
||||
player->RegisterReference((CEntity**)&CWorld::Players[index].m_pPed);
|
||||
#endif
|
||||
|
||||
player->SetOrientation(0.0f, 0.0f, 0.0f);
|
||||
|
||||
|
|
Loading…
Reference in a new issue