]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Settings.cpp
Bump details to high level and enable motion blur
[lugaru.git] / 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;