# HG changeset patch
# User sf17k
# Date 1306774830 14400
# Node ID c699faa41aafd8e609288addbbed9988f06d0054
# Parent  dbb547a1d11841243499e003a5e7d6ba2ebd54f8
fixed bad resolution being saved to config on first run

--- a/Source/Settings.cpp
+++ b/Source/Settings.cpp
@@ -6,8 +6,8 @@
 	detail=1;
 	ismotionblur=0;
 	usermousesensitivity=1;
-	kContextWidth=640;
-	kContextHeight=480;
+	game.newscreenwidth=kContextWidth=640;
+	game.newscreenheight=kContextHeight=480;
 	kBitsPerPixel = 32;
 	floatjump=0;
 	autoslomo=1;
