mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 09:04:07 +00:00
Merge remote-tracking branch 'samler/world' into Standalone
This commit is contained in:
commit
881d61f811
9 changed files with 1010 additions and 39 deletions
|
@ -1087,7 +1087,7 @@ void CReplay::TriggerPlayback(uint8 cam_mode, float cam_x, float cam_y, float ca
|
|||
Playback.m_bSlot = first;
|
||||
Playback.m_nOffset = 0;
|
||||
Playback.m_pBase = Buffers[first];
|
||||
CObject::DeleteAllTempObjectInArea(CVector(0.0f, 0.0f, 0.0f), 1000000.0f);
|
||||
CObject::DeleteAllTempObjectsInArea(CVector(0.0f, 0.0f, 0.0f), 1000000.0f);
|
||||
StoreStuffInMem();
|
||||
EmptyPedsAndVehiclePools();
|
||||
SlowMotion = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue