Restore some commented-out code

This commit is contained in:
Clownacy 2019-08-28 23:40:07 +01:00
parent 6e30d329e6
commit 34986ff049

View file

@ -747,9 +747,8 @@ BOOL Game(HWND hWnd)
ReleaseNpcTable();
ReleaseCreditScript();
// This needs uncommenting when SaveWindowRect is added
//if (!bFullscreen)
// SaveWindowRect(hWnd, "window.rect");
if (!bFullscreen)
SaveWindowRect(hWnd, "window.rect");
return TRUE;
}