Merge pull request #15 from ShFil119/patch-1

Fix value of CReplay mode
This commit is contained in:
aap 2019-06-13 21:53:42 +02:00 committed by GitHub
commit 8b55b8b144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class CReplay
public:
static void Display(void);
enum {
MODE_1
MODE_1 = 1
};
static uint8 &Mode;