]> git.jsancho.org Git - lugaru.git/blobdiff - Source/User/Settings.hpp
clang-format: Apply to all headers
[lugaru.git] / Source / User / Settings.hpp
index ca5327c0e812c64a0f569b355376f11570b35c80..e07d89509999d2647f31a6079210007d19048232 100644 (file)
@@ -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