X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAwards.h;h=8e45a680b211bf1a9999ffc04e54ffa7586059b9;hb=72ad782ae757aab6f247a7b0f58d17756c98734b;hp=83b61c09643a2ef874cb5f260754ff6ca8c31864;hpb=bef7cd3a2b0217e63ef0b3b6832b22abbfe05bd1;p=lugaru.git diff --git a/Source/Awards.h b/Source/Awards.h index 83b61c0..8e45a68 100644 --- a/Source/Awards.h +++ b/Source/Awards.h @@ -26,7 +26,7 @@ enum bonus_types { #define DECLARE_BONUS(id, ...) id, #include "Bonuses.def" #undef DECLARE_BONUS -bonus_count + bonus_count }; static const char *bonus_names[bonus_count] = { @@ -48,7 +48,7 @@ enum award_types { #define DECLARE_AWARD(id, name) id, #include "Awards.def" #undef DECLARE_AWARD -award_count + award_count }; static const char *award_names[award_count] = {