From d3f49f860739b0f3abfcae0f49f19d260b532af5 Mon Sep 17 00:00:00 2001 From: sf17k Date: Mon, 30 May 2011 13:00:30 -0400 Subject: [PATCH] fixed bad resolution being saved to config on first run --- Source/Settings.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Settings.cpp b/Source/Settings.cpp index 00495f9..7b5854f 100644 --- a/Source/Settings.cpp +++ b/Source/Settings.cpp @@ -8,8 +8,8 @@ void DefaultSettings() { detail=1; ismotionblur=0; usermousesensitivity=1; - kContextWidth=640; - kContextHeight=480; + newscreenwidth=kContextWidth=640; + newscreenheight=kContextHeight=480; kBitsPerPixel = 32; floatjump=0; autoslomo=1; -- 2.39.2