X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=Source%2FAwards.cpp;h=5b27563eb7cf1d75e437e60c5ee12b0d5ef0e026;hb=211943fca2a77110d07c4eab259ed0208462766e;hp=9243cf4051cbe9ae87c9085e009bdbf58cd46ae4;hpb=8e94b0e0f79e8fc55ace5699ffe039462d9e155d;p=lugaru.git diff --git a/Source/Awards.cpp b/Source/Awards.cpp index 9243cf4..5b27563 100644 --- a/Source/Awards.cpp +++ b/Source/Awards.cpp @@ -1,22 +1,20 @@ /* -Copyright (C) 2010 - Lugaru authors +Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. -Lugaru is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. +Lugaru is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. -This program is distributed in the hope that it will be useful, +Lugaru is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -See the GNU General Public License for more details. +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +along with Lugaru. If not, see . */ #include "Awards.h" @@ -43,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 };