summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Gawin <filip.gawin@zoho.com>2019-06-13 14:27:29 +0200
committerGitHub <noreply@github.com>2019-06-13 14:27:29 +0200
commitd08912e905003fcb76958450e4c990bcf5b3d0ab (patch)
treef9a8941c4904a1602e2821195d20579ef4cffde8
parentMerge pull request #14 from ShFil119/patch-1 (diff)
downloadre3-d08912e905003fcb76958450e4c990bcf5b3d0ab.tar
re3-d08912e905003fcb76958450e4c990bcf5b3d0ab.tar.gz
re3-d08912e905003fcb76958450e4c990bcf5b3d0ab.tar.bz2
re3-d08912e905003fcb76958450e4c990bcf5b3d0ab.tar.lz
re3-d08912e905003fcb76958450e4c990bcf5b3d0ab.tar.xz
re3-d08912e905003fcb76958450e4c990bcf5b3d0ab.tar.zst
re3-d08912e905003fcb76958450e4c990bcf5b3d0ab.zip
-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 331cc44f..5d63db1f 100644
--- a/src/control/Replay.h
+++ b/src/control/Replay.h
@@ -5,7 +5,7 @@ class CReplay
public:
static void Display(void);
enum {
- MODE_1
+ MODE_1 = 1
};
static uint8 &Mode;