Skip to content

Commit

Permalink
fix warning with gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed May 9, 2024
1 parent da3de43 commit 47e1af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ BOOL util_detect_low_res_screen()
DWORD Unk8;
PCHAR UnkC;
LPDIRECTDRAW lpDD;
} W2DDSTRUCT, * LPW2DDSTRUCT;
} * LPW2DDSTRUCT;

static int* in_movie = (int*)0x00665F58;
static int* is_vqa_640 = (int*)0x0065D7BC;
Expand Down

0 comments on commit 47e1af9

Please sign in to comment.