X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAwards.cpp;h=5b27563eb7cf1d75e437e60c5ee12b0d5ef0e026;hb=20e924d;hp=ea8a610c2447937686b666b98218917f0b3448d3;hpb=cd043e3f9e26c2b3406b40a354c2840941e9db7f;p=lugaru.git diff --git a/Source/Awards.cpp b/Source/Awards.cpp index ea8a610..5b27563 100644 --- a/Source/Awards.cpp +++ b/Source/Awards.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2010 - Lugaru authors +Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -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 };