mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 02:14:11 +00:00
CGame::Process() && CGame::ReloadIPLs
This commit is contained in:
parent
32f2f3511c
commit
f56684d04e
44 changed files with 225 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue