Symbian^3 port

This commit is contained in:
Shinovon 2026-04-29 05:15:13 +05:00
parent 77cdaaf97e
commit 3eb71f2cc5
106 changed files with 2098 additions and 745 deletions

View file

@ -412,6 +412,8 @@ FindPlayerCoors(void)
return TheCamera.GetPosition();
#endif
CPlayerPed *ped = FindPlayerPed();
if (!ped)
return TheCamera.GetPosition();
if(ped->InVehicle())
return ped->m_pMyVehicle->GetPosition();
else
@ -659,4 +661,4 @@ CPlayerInfo::DeletePlayerSkin()
m_pSkinTexture = nil;
}
}
#endif
#endif