summaryrefslogtreecommitdiffstats
path: root/src/control/Replay.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-06-30 18:22:44 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2019-06-30 18:22:44 +0200
commit69918d4145b26325473ed608b34e37bee19cfa10 (patch)
tree8912fba883115ebe41c4d2adaa9c9410d1b066fd /src/control/Replay.h
parentMerge pull request #79 from Nick007J/master (diff)
downloadre3-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.h2
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);