X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAwards.cpp;h=5b27563eb7cf1d75e437e60c5ee12b0d5ef0e026;hb=599983e84cffd250055557d78b4d8b4af84cb092;hp=bfd9ab22b279f569a1218bdbcb58da85d95602e7;hpb=5509b55dbc13227bdc7b97f2934fa71dad02cc66;p=lugaru.git diff --git a/Source/Awards.cpp b/Source/Awards.cpp index bfd9ab2..5b27563 100644 --- a/Source/Awards.cpp +++ b/Source/Awards.cpp @@ -41,7 +41,7 @@ const char *award_names[award_count] = { }; static const int bonus_values[bonus_count] = { -#define DECLARE_BONUS(id, name, value, ...) value, +#define DECLARE_BONUS(id, name, value) value, #include "Bonuses.def" #undef DECLARE_BONUS };