summaryrefslogtreecommitdiffstats
path: root/src/control/Replay.cpp
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-03-21 18:11:08 +0100
committerGitHub <noreply@github.com>2020-03-21 18:11:08 +0100
commitfdfffbcba90e8122aecb293b2281fb08ab40e96b (patch)
tree8bca235070532a7cc51c62446e3ad592acdc3b1e /src/control/Replay.cpp
parentreadme update (diff)
parentfixed erroneous assumption (diff)
downloadre3-fdfffbcba90e8122aecb293b2281fb08ab40e96b.tar
re3-fdfffbcba90e8122aecb293b2281fb08ab40e96b.tar.gz
re3-fdfffbcba90e8122aecb293b2281fb08ab40e96b.tar.bz2
re3-fdfffbcba90e8122aecb293b2281fb08ab40e96b.tar.lz
re3-fdfffbcba90e8122aecb293b2281fb08ab40e96b.tar.xz
re3-fdfffbcba90e8122aecb293b2281fb08ab40e96b.tar.zst
re3-fdfffbcba90e8122aecb293b2281fb08ab40e96b.zip
Diffstat (limited to 'src/control/Replay.cpp')
-rw-r--r--src/control/Replay.cpp4
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();