diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-06-30 18:22:44 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2019-06-30 18:22:44 +0200 |
commit | 69918d4145b26325473ed608b34e37bee19cfa10 (patch) | |
tree | 8912fba883115ebe41c4d2adaa9c9410d1b066fd /src/control/Replay.h | |
parent | Merge pull request #79 from Nick007J/master (diff) | |
download | re3-69918d4145b26325473ed608b34e37bee19cfa10.tar re3-69918d4145b26325473ed608b34e37bee19cfa10.tar.gz re3-69918d4145b26325473ed608b34e37bee19cfa10.tar.bz2 re3-69918d4145b26325473ed608b34e37bee19cfa10.tar.lz re3-69918d4145b26325473ed608b34e37bee19cfa10.tar.xz re3-69918d4145b26325473ed608b34e37bee19cfa10.tar.zst re3-69918d4145b26325473ed608b34e37bee19cfa10.zip |
Diffstat (limited to '')
-rw-r--r-- | src/control/Replay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Replay.h b/src/control/Replay.h index 18701293..3a2ecc7f 100644 --- a/src/control/Replay.h +++ b/src/control/Replay.h @@ -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); |