]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Awards.cpp
Fixed a bug loading all persons with the same ID. I hope it will fix weapon problems
[lugaru.git] / Source / Awards.cpp
index ea8a610c2447937686b666b98218917f0b3448d3..5b27563eb7cf1d75e437e60c5ee12b0d5ef0e026 100644 (file)
@@ -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
 };