]> git.jsancho.org Git - lugaru.git/commitdiff
fixed bad resolution being saved to config on first run
authorsf17k <sf171k@gmail.com>
Mon, 30 May 2011 17:00:30 +0000 (13:00 -0400)
committersf17k <sf171k@gmail.com>
Mon, 30 May 2011 17:00:30 +0000 (13:00 -0400)
Source/Settings.cpp

index 00495f9c94d6fb30a9805936d0ea2ec465560cd6..7b5854f461c7586004c4de7fdd07ae11789995f7 100644 (file)
@@ -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;