mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-24 03:25:40 +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:
|
||||
static void Display(void);
|
||||
enum {
|
||||
MODE_1
|
||||
MODE_1 = 1
|
||||
};
|
||||
|
||||
static uint8 &Mode;
|
||||
|
|
Loading…
Reference in a new issue