]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
Fixes #62 fixed button names display
[lugaru.git] / Source / Globals.cpp
index 485b60768276156927ceb2da53ed5d804a1f2d8d..7184ce2f887d3b0021714f7fec1f997dd76d40db 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;
@@ -65,7 +65,6 @@ FRUSTUM frustum;
 float texdetail = 0;
 float realtexdetail = 0;
 float playerdist = 0;
-Objects objects;
 int slomo = 0;
 float slomodelay = 0;
 GLubyte bloodText[512 * 512 * 3] = {0};
@@ -102,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;