]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Level/Awards.cpp
Fixes #40 Scores are now integers
[lugaru.git] / Source / Level / Awards.cpp
index 7fa37a83bb55cf1f2897c1498d340c8d9dc3d2b1..1bb7622a217e9f93d99e3be04815de91722fa4e2 100644 (file)
@@ -23,9 +23,9 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #include "Objects/Person.hpp"
 
 int bonus;
-float bonusvalue;
-float bonustotal;
-float startbonustotal;
+int bonusvalue;
+int bonustotal;
+int startbonustotal;
 float bonustime;
 float bonusnum[100];