More replay functions, also removed pool iteration error

This commit is contained in:
Nikolay Korolev 2019-06-30 19:22:44 +03:00
commit 69918d4145
5 changed files with 112 additions and 15 deletions

View file

@ -261,7 +261,7 @@ public:
inline static bool IsPlayingBack() { return Mode == MODE_PLAYBACK; }
inline static bool IsPlayingBackFromFile() { return bPlayingBackFromFile; }
//private:
private:
static void RecordThisFrame(void);
static void StorePedUpdate(CPed *ped, int id);
static void StorePedAnimation(CPed *ped, CStoredAnimationState *state);