diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-03-21 13:13:38 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-03-21 13:13:38 +0100 |
commit | ac610b7e6e04067ef938be020995632209027ff5 (patch) | |
tree | a0548025c119175b09d7bb9f107df1a602a944c5 /src/control | |
parent | purple nines glitch fix (diff) | |
download | re3-ac610b7e6e04067ef938be020995632209027ff5.tar re3-ac610b7e6e04067ef938be020995632209027ff5.tar.gz re3-ac610b7e6e04067ef938be020995632209027ff5.tar.bz2 re3-ac610b7e6e04067ef938be020995632209027ff5.tar.lz re3-ac610b7e6e04067ef938be020995632209027ff5.tar.xz re3-ac610b7e6e04067ef938be020995632209027ff5.tar.zst re3-ac610b7e6e04067ef938be020995632209027ff5.zip |
Diffstat (limited to 'src/control')
-rw-r--r-- | src/control/Replay.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/control/Replay.cpp b/src/control/Replay.cpp index 4734cd51..2b7c6b62 100644 --- a/src/control/Replay.cpp +++ b/src/control/Replay.cpp @@ -1250,10 +1250,6 @@ void CReplay::RestoreStuffFromMem(void) memcpy(CRadar::ms_RadarTrace, pRadarBlips, sizeof(CBlip) * NUMRADARBLIPS); delete[] pRadarBlips; pRadarBlips = nil; -#ifdef FIX_REPLAY_BUGS - // NB: can only be used with fixed bug at the start of PlayBackThisFrameInterpolation - delete FindPlayerPed()->m_pWanted; -#endif FindPlayerPed()->m_pWanted = new CWanted(PlayerWanted); CWorld::Players[0] = PlayerInfo; int i = CPools::GetPedPool()->GetSize(); |