mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 04:44:09 +00:00
Merge remote-tracking branch 'upstream/miami' into miami
This commit is contained in:
commit
d3788a9c70
11 changed files with 373 additions and 23 deletions
|
@ -51,6 +51,7 @@
|
|||
#include "Camera.h"
|
||||
#include "Radar.h"
|
||||
#include "Fluff.h"
|
||||
#include "WaterCreatures.h"
|
||||
|
||||
//--MIAMI: file done except TODO
|
||||
|
||||
|
@ -1272,7 +1273,7 @@ void CReplay::TriggerPlayback(uint8 cam_mode, float cam_x, float cam_y, float ca
|
|||
DMAudio.SetEffectsFadeVol(0);
|
||||
DMAudio.SetMusicFadeVol(0);
|
||||
CEscalators::Shutdown();
|
||||
// TODO(MIAMI): CWaterCreatures::RemoveAll();
|
||||
CWaterCreatures::RemoveAll();
|
||||
int current;
|
||||
for (current = 0; current < NUM_REPLAYBUFFERS; current++)
|
||||
if (BufferStatus[current] == REPLAYBUFFER_RECORD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue