diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2019-06-13 14:27:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-13 14:27:29 +0200 |
commit | d08912e905003fcb76958450e4c990bcf5b3d0ab (patch) | |
tree | f9a8941c4904a1602e2821195d20579ef4cffde8 /src | |
parent | Merge pull request #14 from ShFil119/patch-1 (diff) | |
download | re3-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 |
Diffstat (limited to 'src')
-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 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; |