mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-30 21:15:28 +00:00
More replay functions, also removed pool iteration error
This commit is contained in:
parent
6e4df804f7
commit
69918d4145
5 changed files with 112 additions and 15 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue