diff options
author | aap <aap@papnet.eu> | 2019-06-13 21:53:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-13 21:53:42 +0200 |
commit | 8b55b8b1448100dec7090a13e04017ff64fa7872 (patch) | |
tree | f9a8941c4904a1602e2821195d20579ef4cffde8 /src/control/Replay.h | |
parent | Merge pull request #14 from ShFil119/patch-1 (diff) | |
parent | Fix value of CReplay mode (diff) | |
download | re3-8b55b8b1448100dec7090a13e04017ff64fa7872.tar re3-8b55b8b1448100dec7090a13e04017ff64fa7872.tar.gz re3-8b55b8b1448100dec7090a13e04017ff64fa7872.tar.bz2 re3-8b55b8b1448100dec7090a13e04017ff64fa7872.tar.lz re3-8b55b8b1448100dec7090a13e04017ff64fa7872.tar.xz re3-8b55b8b1448100dec7090a13e04017ff64fa7872.tar.zst re3-8b55b8b1448100dec7090a13e04017ff64fa7872.zip |
Diffstat (limited to 'src/control/Replay.h')
-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; |