1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

remove old code

This commit is contained in:
FunkyFr3sh 2024-05-31 00:55:04 +02:00
parent f9d2cb0d1f
commit 66de7d5d1e

View File

@ -1012,11 +1012,6 @@ HRESULT dd_SetDisplayMode(DWORD dwWidth, DWORD dwHeight, DWORD dwBPP, DWORD dwFl
if (lock_mouse || (g_config.fullscreen && real_GetForegroundWindow() == g_ddraw.hwnd))
mouse_lock();
if (dwFlags & SDM_MODE_SET_BY_GAME)
{
//real_SendMessageA(g_ddraw.hwnd, WM_ACTIVATEAPP, 1, 0);
}
}
else
{