]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Level/Awards.hpp
Update copyright year to 2017
[lugaru.git] / Source / Level / Awards.hpp
index ba2bdf82b45edc40507a53f6c602c2492506a72e..5841e2620643ff21f0cc1a2e75e7eb4b29d4ab08 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
+Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
@@ -30,10 +30,10 @@ enum bonus_types {
 extern const char *bonus_names[bonus_count];
 
 extern int bonus;
-extern float bonusvalue;
-extern float bonustotal;
+extern int bonusvalue;
+extern int bonustotal;
 extern float bonustime;
-extern float startbonustotal;
+extern int startbonustotal;
 extern float bonusnum[100];
 
 extern void award_bonus(int playerid, int bonusid, int alt_value = 0);