shithub: cstory

Download patch

ref: 34986ff049bd127b2ef10152e116f258a02bda1f
parent: 6e30d329e6dd2e71b8678d906dc202cea454d6e7
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Aug 28 19:40:07 EDT 2019

Restore some commented-out code

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