]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
Add bits as last arg to DECLARE_ANIM
[lugaru.git] / Source / Globals.cpp
index bf622bf128de9c0d712caf8fc235acd19a62539f..901ac1afe90f18d84fa9500969187bb144c6d6bf 100644 (file)
@@ -39,7 +39,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "Animation.h"
 
 bool visibleloading = 0;
-int channels[100] = {0};
 
 float volume = 0;
 bool ismotionblur = 0;
@@ -199,8 +198,6 @@ float skyboxlightr = 0;
 float skyboxlightg = 0;
 float skyboxlightb = 0;
 
-float bonusnum[100] = {0};
-
 int hostile = 0;
 float hostiletime = 0;
 
@@ -218,13 +215,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;