From: RĂ©mi Verschelde Date: Sun, 20 Nov 2016 11:47:53 +0000 (+0100) Subject: Bump details to high level and enable motion blur X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=commitdiff_plain;h=1e963b5501a509345b19d66a68aa1ebebedc3d3d Bump details to high level and enable motion blur This is 2016 :) --- 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;