mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 22:29:03 +00:00
fixed erroneous assumption
This commit is contained in:
parent
795e07c882
commit
ac610b7e6e
1 changed files with 0 additions and 4 deletions
|
@ -1250,10 +1250,6 @@ void CReplay::RestoreStuffFromMem(void)
|
||||||
memcpy(CRadar::ms_RadarTrace, pRadarBlips, sizeof(CBlip) * NUMRADARBLIPS);
|
memcpy(CRadar::ms_RadarTrace, pRadarBlips, sizeof(CBlip) * NUMRADARBLIPS);
|
||||||
delete[] pRadarBlips;
|
delete[] pRadarBlips;
|
||||||
pRadarBlips = nil;
|
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);
|
FindPlayerPed()->m_pWanted = new CWanted(PlayerWanted);
|
||||||
CWorld::Players[0] = PlayerInfo;
|
CWorld::Players[0] = PlayerInfo;
|
||||||
int i = CPools::GetPedPool()->GetSize();
|
int i = CPools::GetPedPool()->GetSize();
|
||||||
|
|
Loading…
Reference in a new issue