X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FLevel%2FAwards.hpp;h=da0fb7510f69c9dee6860d2f8791f0ec691cb5a9;hp=ba2bdf82b45edc40507a53f6c602c2492506a72e;hb=380d8141271d6fa12954f6fe46e736315cffd594;hpb=3316a497b6dd2305f36099a92ae9a0a5e6a2cf7e diff --git a/Source/Level/Awards.hpp b/Source/Level/Awards.hpp index ba2bdf8..da0fb75 100644 --- a/Source/Level/Awards.hpp +++ b/Source/Level/Awards.hpp @@ -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);