mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 15:26:19 +00:00
@ -2,6 +2,7 @@
|
||||
|
||||
#include "Pools.h"
|
||||
#include "World.h"
|
||||
#include "ParticleType.h"
|
||||
|
||||
#ifdef FIX_BUGS
|
||||
#ifndef DONT_FIX_REPLAY_BUGS
|
||||
@ -287,6 +288,8 @@ public:
|
||||
static bool IsPlayingBack() { return Mode == MODE_PLAYBACK; }
|
||||
static bool IsPlayingBackFromFile() { return bPlayingBackFromFile; }
|
||||
|
||||
static void RecordParticle(tParticleType type, CVector const &vecPos, CVector const &vecDir, float fSize, RwRGBA const&color)
|
||||
{ } //TODO
|
||||
private:
|
||||
static void RecordThisFrame(void);
|
||||
static void StorePedUpdate(CPed *ped, int id);
|
||||
|
Reference in New Issue
Block a user