summaryrefslogtreecommitdiffstats
path: root/src/control/Replay.h
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2019-06-13 02:40:46 +0200
committerFire-Head <Fire-Head@users.noreply.github.com>2019-06-13 02:40:46 +0200
commit06e48c70595808f8c3143d4284e5757e29d81800 (patch)
treee321a452104d4dd3716b1bdfaa1bda81a739be26 /src/control/Replay.h
parentCPad done (diff)
parentMerge pull request #6 from GTAmodding/master (diff)
downloadre3-06e48c70595808f8c3143d4284e5757e29d81800.tar
re3-06e48c70595808f8c3143d4284e5757e29d81800.tar.gz
re3-06e48c70595808f8c3143d4284e5757e29d81800.tar.bz2
re3-06e48c70595808f8c3143d4284e5757e29d81800.tar.lz
re3-06e48c70595808f8c3143d4284e5757e29d81800.tar.xz
re3-06e48c70595808f8c3143d4284e5757e29d81800.tar.zst
re3-06e48c70595808f8c3143d4284e5757e29d81800.zip
Diffstat (limited to 'src/control/Replay.h')
-rw-r--r--src/control/Replay.h4
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;