X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FLevel%2FAwards.cpp;h=815e31439e1fb128d12457498c16a8896797fcde;hb=ddbdc1a8a7b22f7a4c03667672436d8744f45c90;hp=7fa37a83bb55cf1f2897c1498d340c8d9dc3d2b1;hpb=b9a46d8e2b7e7e22c706e7dd3734f31015db4408;p=lugaru.git diff --git a/Source/Level/Awards.cpp b/Source/Level/Awards.cpp index 7fa37a8..815e314 100644 --- a/Source/Level/Awards.cpp +++ b/Source/Level/Awards.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) +Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -23,9 +23,9 @@ along with Lugaru. If not, see . #include "Objects/Person.hpp" int bonus; -float bonusvalue; -float bonustotal; -float startbonustotal; +int bonusvalue; +int bonustotal; +int startbonustotal; float bonustime; float bonusnum[100];