CGame::Process() && CGame::ReloadIPLs

This commit is contained in:
nmzik 2019-10-19 01:23:40 +03:00
parent 32f2f3511c
commit f56684d04e
44 changed files with 225 additions and 3 deletions

View file

@ -15,6 +15,8 @@ CPhone *&CPhoneInfo::pickedUpPhone = *(CPhone**)0x6283B0;
bool &CPhoneInfo::isPhoneBeingPickedUp = *(bool*)0x6283B4;
CPed *&CPhoneInfo::pedWhoPickingUpPhone = *(CPed**)0x6283B8;
WRAPPER void CPhoneInfo::Update(void) { EAXJMP(0x42F7A0); }
int
CPhoneInfo::FindNearestFreePhone(CVector *pos)
{