X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSettings.cpp;h=6c1c6672f4a6aafb14fe3b6b5c62eda5ad2e3fb4;hb=5509b55dbc13227bdc7b97f2934fa71dad02cc66;hp=9930713e74a61d4c466035102ca93014cf91644c;hpb=67bc41c7d0039d2b9c6f158e5727b9ce66a27bde;p=lugaru.git diff --git a/Source/Settings.cpp b/Source/Settings.cpp index 9930713..6c1c667 100644 --- a/Source/Settings.cpp +++ b/Source/Settings.cpp @@ -1,22 +1,21 @@ /* Copyright (C) 2003, 2010 - Wolfire Games +Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. -Lugaru is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. +Lugaru is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. -This program is distributed in the hope that it will be useful, +Lugaru is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -See the GNU General Public License for more details. +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +along with Lugaru. If not, see . */ #include "Settings.h" @@ -27,8 +26,8 @@ using namespace Game; void DefaultSettings() { - detail = 1; - ismotionblur = 0; + detail = 2; + ismotionblur = 1; usermousesensitivity = 1; newscreenwidth = kContextWidth = 1024; newscreenheight = kContextHeight = 768;