1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-11-01 02:35:55 +00:00

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

View file

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