]> git.jsancho.org Git - lugaru.git/commitdiff
Move bonusnum too
authorAlexander Monakov <amonakov@gmail.com>
Sun, 26 Dec 2010 22:26:42 +0000 (01:26 +0300)
committerAlexander Monakov <amonakov@gmail.com>
Sun, 26 Dec 2010 22:26:42 +0000 (01:26 +0300)
Source/Awards.cpp
Source/Globals.cpp

index 8640bdf948b2eea78184becff7b1066dbbc2171c..be967c538f2e4b703a1e3c073f852dd84edf0010 100644 (file)
@@ -28,6 +28,8 @@ float bonusvalue;
 float bonustotal;
 float startbonustotal;
 float bonustime;
+float bonusnum[100];
+
 
 // FIXME: make these per-player
 float damagetaken;
index 20a5452d41e9cbc33fc111e4d4b266ee25318837..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;