summaryrefslogtreecommitdiffstats
path: root/src/control/Phones.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-10-20 14:33:43 +0200
committerGitHub <noreply@github.com>2019-10-20 14:33:43 +0200
commit0759dbc1e1acc34fbc2ded0a186ec8fa85530a30 (patch)
tree1fa32468a2570d53494e4ac22e6aa8fc1c6453de /src/control/Phones.cpp
parentMoved CCutsceneMgr::ms_cutsceneProcessing to private (diff)
parenttypo fix (diff)
downloadre3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.tar
re3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.tar.gz
re3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.tar.bz2
re3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.tar.lz
re3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.tar.xz
re3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.tar.zst
re3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.zip
Diffstat (limited to '')
-rw-r--r--src/control/Phones.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/Phones.cpp b/src/control/Phones.cpp
index f8005899..fcab63a2 100644
--- a/src/control/Phones.cpp
+++ b/src/control/Phones.cpp
@@ -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)
{