X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FLevel%2FAwards.hpp;h=5841e2620643ff21f0cc1a2e75e7eb4b29d4ab08;hb=00a07ffc6abc6e36cf790448e694155f021c7b9d;hp=ba2bdf82b45edc40507a53f6c602c2492506a72e;hpb=ed3662c0852c4312a612b4fc35bd03aba8d13db7;p=lugaru.git diff --git a/Source/Level/Awards.hpp b/Source/Level/Awards.hpp index ba2bdf8..5841e26 100644 --- a/Source/Level/Awards.hpp +++ b/Source/Level/Awards.hpp @@ -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);