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();
|
ReleaseNpcTable();
|
||||||
ReleaseCreditScript();
|
ReleaseCreditScript();
|
||||||
|
|
||||||
// This needs uncommenting when SaveWindowRect is added
|
if (!bFullscreen)
|
||||||
//if (!bFullscreen)
|
SaveWindowRect(hWnd, "window.rect");
|
||||||
// SaveWindowRect(hWnd, "window.rect");
|
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue