]> git.jsancho.org Git - lugaru.git/commitdiff
Bump details to high level and enable motion blur
authorRémi Verschelde <rverschelde@gmail.com>
Sun, 20 Nov 2016 11:47:53 +0000 (12:47 +0100)
committerRémi Verschelde <rverschelde@gmail.com>
Sun, 20 Nov 2016 11:47:53 +0000 (12:47 +0100)
This is 2016 :)

Source/Settings.cpp

index 9930713e74a61d4c466035102ca93014cf91644c..3283b441d639541797c9e5b82ecfc30ef0076957 100644 (file)
@@ -27,8 +27,8 @@ using namespace Game;
 
 void DefaultSettings()
 {
-    detail = 1;
-    ismotionblur = 0;
+    detail = 2;
+    ismotionblur = 1;
     usermousesensitivity = 1;
     newscreenwidth = kContextWidth = 1024;
     newscreenheight = kContextHeight = 768;