mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-25 06:25:41 +00:00
Fix value of CReplay mode
This commit is contained in:
parent
54837368c3
commit
d08912e905
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class CReplay
|
||||||
public:
|
public:
|
||||||
static void Display(void);
|
static void Display(void);
|
||||||
enum {
|
enum {
|
||||||
MODE_1
|
MODE_1 = 1
|
||||||
};
|
};
|
||||||
|
|
||||||
static uint8 &Mode;
|
static uint8 &Mode;
|
||||||
|
|
Loading…
Reference in a new issue