X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSettings.cpp;h=3283b441d639541797c9e5b82ecfc30ef0076957;hb=31801560f92e99939f40ee49d9c279324db044bb;hp=9930713e74a61d4c466035102ca93014cf91644c;hpb=67bc41c7d0039d2b9c6f158e5727b9ce66a27bde;p=lugaru.git diff --git a/Source/Settings.cpp b/Source/Settings.cpp index 9930713..3283b44 100644 --- a/Source/Settings.cpp +++ b/Source/Settings.cpp @@ -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;