diff options
author | erorcun <erayorcunus@gmail.com> | 2020-02-13 20:07:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 20:07:39 +0100 |
commit | 79af843ae7efbe369040b4a5dd9ba8d333c7b5a2 (patch) | |
tree | beae452a73c34b6c0d33fe6e84af58a22210ff83 /src/core/Wanted.cpp | |
parent | Fixed random sound volume (diff) | |
parent | CPlayerPed done (diff) | |
download | re3-79af843ae7efbe369040b4a5dd9ba8d333c7b5a2.tar re3-79af843ae7efbe369040b4a5dd9ba8d333c7b5a2.tar.gz re3-79af843ae7efbe369040b4a5dd9ba8d333c7b5a2.tar.bz2 re3-79af843ae7efbe369040b4a5dd9ba8d333c7b5a2.tar.lz re3-79af843ae7efbe369040b4a5dd9ba8d333c7b5a2.tar.xz re3-79af843ae7efbe369040b4a5dd9ba8d333c7b5a2.tar.zst re3-79af843ae7efbe369040b4a5dd9ba8d333c7b5a2.zip |
Diffstat (limited to 'src/core/Wanted.cpp')
-rw-r--r-- | src/core/Wanted.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Wanted.cpp b/src/core/Wanted.cpp index bafe0ae1..7af753e8 100644 --- a/src/core/Wanted.cpp +++ b/src/core/Wanted.cpp @@ -13,6 +13,7 @@ int32 &CWanted::MaximumWantedLevel = *(int32*)0x5F7714; // 6 int32 &CWanted::nMaximumWantedLevel = *(int32*)0x5F7718; // 6400 WRAPPER void CWanted::Reset() { EAXJMP(0x4AD790) }; +WRAPPER void CWanted::Update() { EAXJMP(0x4AD7B0) }; void CWanted::Initialise() |