mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
fix for last commit
This commit is contained in:
parent
ed7296220b
commit
75f5c24305
@ -424,7 +424,7 @@ void util_toggle_maximize()
|
|||||||
void util_toggle_fullscreen()
|
void util_toggle_fullscreen()
|
||||||
{
|
{
|
||||||
/* Disable ALT+ENTER on battle.net and Infantry Online Zone List Window */
|
/* Disable ALT+ENTER on battle.net and Infantry Online Zone List Window */
|
||||||
if (g_ddraw->bnet_active || (g_config.infantryhack && GetMenu(g_ddraw->hwnd)))
|
if (g_ddraw.bnet_active || (g_config.infantryhack && GetMenu(g_ddraw.hwnd)))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (g_config.toggle_borderless && g_config.windowed)
|
if (g_config.toggle_borderless && g_config.windowed)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user