From: sf17k Date: Mon, 30 May 2011 17:00:30 +0000 (-0400) Subject: fixed bad resolution being saved to config on first run X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=d3f49f860739b0f3abfcae0f49f19d260b532af5;p=lugaru.git fixed bad resolution being saved to config on first run --- 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;