fix: g_bResolutionSetByCMD causing windows64 to not compile sometimes

This commit is contained in:
2026-08-13 19:09:39 -04:00
parent 47ea98fc86
commit 46caf4727c
2 changed files with 3 additions and 1 deletions
@@ -7,7 +7,7 @@ extern BOOL g_bWidescreen;
extern int g_iScreenWidth;
extern int g_iScreenHeight;
BOOL g_bResolutionSetByCMD = FALSE;
extern BOOL g_bResolutionSetByCMD;
extern ID3D11Device* g_pd3dDevice;