]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
Using initialization list in Muscle constructor
[lugaru.git] / Source / Globals.cpp
index df62ea9381c1c6aba02a7d5de59688b457e92c0f..bbe2df2e20b36a78647cd0ef55da87cd8970ed97 100644 (file)
@@ -25,7 +25,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #include <SDL.h>
 #include <string>
 
-bool visibleloading = 0;
+bool visibleloading = false;
 
 float volume = 0;
 bool ismotionblur = false;
@@ -33,7 +33,7 @@ float usermousesensitivity = 0;
 bool floatjump = false;
 bool cellophane = false;
 bool autoslomo = false;
-bool decals = false;
+bool decalstoggle = false;
 bool invertmouse = false;
 bool texttoggle = false;
 float blurness = 0;