X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FUser%2FSettings.hpp;h=e07d89509999d2647f31a6079210007d19048232;hb=6a8cb464330e92163c8feaf101b8b5837c973bba;hp=ca5327c0e812c64a0f569b355376f11570b35c80;hpb=ed3662c0852c4312a612b4fc35bd03aba8d13db7;p=lugaru.git diff --git a/Source/User/Settings.hpp b/Source/User/Settings.hpp index ca5327c..e07d895 100644 --- a/Source/User/Settings.hpp +++ b/Source/User/Settings.hpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games -Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) +Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -33,7 +33,7 @@ extern bool autoslomo; extern bool foliage; extern bool musictoggle; extern bool trilinear; -extern bool decals; +extern bool decalstoggle; extern bool invertmouse; extern float gamespeed; extern float oldgamespeed; @@ -56,5 +56,4 @@ void DefaultSettings(); void SaveSettings(); bool LoadSettings(); - #endif