Skip to content

Commit

Permalink
re-enable windowed hack
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Dec 19, 2024
1 parent dcec176 commit b4cb93d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1549,8 +1549,8 @@ HRESULT dd_SetCooperativeLevel(HWND hwnd, DWORD dwFlags)
{
TRACE(" client rect=%dx%d\n", rc.right, rc.bottom);

//g_ddraw.windowed_hack = TRUE;
//dd_SetDisplayMode(rc.right, rc.bottom, 16, 0);
g_ddraw.windowed_hack = TRUE;
dd_SetDisplayMode(rc.right, rc.bottom, 16, 0);
}
}
}
Expand Down

0 comments on commit b4cb93d

Please sign in to comment.