X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=Source%2FGlobals.cpp;h=7184ce2f887d3b0021714f7fec1f997dd76d40db;hb=de9ba9db05eccf77c3efebe4cd3bf7636b899064;hp=074a78faf647a340c1eb825d4d61e8b5a38e2036;hpb=7d2f9d40d94d14a61ecdaaa2c41f964029815bc2;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index 074a78f..7184ce2 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -25,7 +25,7 @@ along with Lugaru. If not, see . #include #include -bool visibleloading = 0; +bool visibleloading = false; float volume = 0; bool ismotionblur = false; @@ -101,12 +101,6 @@ float smoketex = 0; float slomospeed = 0; float slomofreq = 0; -int tutoriallevel = 0; -int tutorialstage = 0; -float tutorialstagetime = 0; -float tutorialmaxtime = 0; -float tutorialsuccess = 0; - bool againbonus = false; float damagedealt = 0;