fix warning with gcc
This commit is contained in:
parent
da3de43f44
commit
47e1af94d0
1 changed files with 1 additions and 1 deletions
|
@ -649,7 +649,7 @@ BOOL util_detect_low_res_screen()
|
||||||
DWORD Unk8;
|
DWORD Unk8;
|
||||||
PCHAR UnkC;
|
PCHAR UnkC;
|
||||||
LPDIRECTDRAW lpDD;
|
LPDIRECTDRAW lpDD;
|
||||||
} W2DDSTRUCT, * LPW2DDSTRUCT;
|
} * LPW2DDSTRUCT;
|
||||||
|
|
||||||
static int* in_movie = (int*)0x00665F58;
|
static int* in_movie = (int*)0x00665F58;
|
||||||
static int* is_vqa_640 = (int*)0x0065D7BC;
|
static int* is_vqa_640 = (int*)0x0065D7BC;
|
||||||
|
|
Loading…
Reference in a new issue