pass original parameter
This commit is contained in:
parent
42f1821c8e
commit
4138dea0db
1 changed files with 1 additions and 1 deletions
2
src/dd.c
2
src/dd.c
|
@ -644,7 +644,7 @@ HRESULT dd_SetDisplayMode(DWORD width, DWORD height, DWORD bpp, BOOL set_by_game
|
|||
{
|
||||
g_ddraw->render.run = FALSE;
|
||||
g_ddraw->windowed = TRUE;
|
||||
return dd_SetDisplayMode(width, height, bpp, FALSE);
|
||||
return dd_SetDisplayMode(width, height, bpp, set_by_game);
|
||||
}
|
||||
|
||||
if (g_ddraw->wine)
|
||||
|
|
Loading…
Reference in a new issue