]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Awards.cpp
Move bonusnum too
[lugaru.git] / Source / Awards.cpp
index 5fe1f7bda4feb9dedd5712ff8e036990134d9f09..be967c538f2e4b703a1e3c073f852dd84edf0010 100644 (file)
@@ -23,6 +23,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "Person.h"
 #include "Game.h"
 
+int bonus;
+float bonusvalue;
+float bonustotal;
+float startbonustotal;
+float bonustime;
+float bonusnum[100];
+
+
+// FIXME: make these per-player
 float damagetaken;
 int numfalls;
 int numflipfail;