From 1e963b5501a509345b19d66a68aa1ebebedc3d3d Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 20 Nov 2016 12:47:53 +0100 Subject: [PATCH] Bump details to high level and enable motion blur This is 2016 :) --- Source/Settings.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2