diff options
author | aap <aap@papnet.eu> | 2019-06-15 11:41:39 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-06-15 11:41:39 +0200 |
commit | 1d177a5d8ef7b104a6e5258eb01dd49d1407b170 (patch) | |
tree | 1bdec2d565713943f64bbf438f5f0e15b6dbdedd /src | |
parent | silly mistake in txd store (diff) | |
parent | Merge pull request #15 from ShFil119/patch-1 (diff) | |
download | re3-1d177a5d8ef7b104a6e5258eb01dd49d1407b170.tar re3-1d177a5d8ef7b104a6e5258eb01dd49d1407b170.tar.gz re3-1d177a5d8ef7b104a6e5258eb01dd49d1407b170.tar.bz2 re3-1d177a5d8ef7b104a6e5258eb01dd49d1407b170.tar.lz re3-1d177a5d8ef7b104a6e5258eb01dd49d1407b170.tar.xz re3-1d177a5d8ef7b104a6e5258eb01dd49d1407b170.tar.zst re3-1d177a5d8ef7b104a6e5258eb01dd49d1407b170.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; |