From: Alexander Monakov Date: Sun, 26 Dec 2010 22:26:42 +0000 (+0300) Subject: Move bonusnum too X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=f1a4df54c4bdc7d2f180ca9492610c08e0d84046;p=lugaru.git Move bonusnum too --- diff --git a/Source/Awards.cpp b/Source/Awards.cpp index 8640bdf..be967c5 100644 --- a/Source/Awards.cpp +++ b/Source/Awards.cpp @@ -28,6 +28,8 @@ float bonusvalue; float bonustotal; float startbonustotal; float bonustime; +float bonusnum[100]; + // FIXME: make these per-player float damagetaken; diff --git a/Source/Globals.cpp b/Source/Globals.cpp index 20a5452..30065b4 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -199,8 +199,6 @@ float skyboxlightr = 0; float skyboxlightg = 0; float skyboxlightb = 0; -float bonusnum[100] = {0}; - int hostile = 0; float hostiletime = 0;