]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
SolidHitBonus simplification
[lugaru.git] / Source / Globals.cpp
index bf622bf128de9c0d712caf8fc235acd19a62539f..30065b40f1e36201ec416df39dfcadb4a510d781 100644 (file)
@@ -199,8 +199,6 @@ float skyboxlightr = 0;
 float skyboxlightg = 0;
 float skyboxlightb = 0;
 
-float bonusnum[100] = {0};
-
 int hostile = 0;
 float hostiletime = 0;
 
@@ -218,13 +216,6 @@ bool vertexweird[6] = {0};
 TGAImageRec texture;
 bool debugmode = 0;
 
-int oldbonus = 0;
-int bonus = 0;
-float bonusvalue = 0;
-float bonustotal = 0;
-float startbonustotal = 0;
-float bonustime = 0;
-
 bool won = 0;