Restore some commented-out code
This commit is contained in:
parent
6e30d329e6
commit
34986ff049
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue