diff options
author | Fire-Head <Fire-Head@users.noreply.github.com> | 2019-06-13 03:40:46 +0300 |
---|---|---|
committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2019-06-13 03:40:46 +0300 |
commit | 06e48c70595808f8c3143d4284e5757e29d81800 (patch) | |
tree | e321a452104d4dd3716b1bdfaa1bda81a739be26 /src/control/Replay.h | |
parent | 75bca8e31eef877cc6df83146c665f86ad6f8583 (diff) | |
parent | 38730080a2aa91071ff5d524772874af93cc034e (diff) |
Merge branch 'master' of github.com:Fire-Head/re3
# Conflicts:
# src/control/Replay.h
Diffstat (limited to 'src/control/Replay.h')
-rw-r--r-- | src/control/Replay.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/control/Replay.h b/src/control/Replay.h index e7a195dc..b680cacc 100644 --- a/src/control/Replay.h +++ b/src/control/Replay.h @@ -3,7 +3,9 @@ class CReplay { public: - static void Display(void); + enum { + MODE_1 + }; static uint8 &Mode; static Bool &bPlayingBackFromFile; |