X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fplayer_status.hpp;h=0660d689749b65c317bf49f2194e06e46d89ea80;hb=c0c4838b917943354c150d56ab970ca249267037;hp=99af85b1f57661d939ab7c924e5c316e2cd58604;hpb=eb6819ec3002b546e67401f7600cc93e0ec32daf;p=supertux.git diff --git a/src/player_status.hpp b/src/player_status.hpp index 99af85b1f..0660d6897 100644 --- a/src/player_status.hpp +++ b/src/player_status.hpp @@ -45,8 +45,7 @@ public: PlayerStatus(); ~PlayerStatus(); void reset(); - void incLives(); - void incCoins(); + void add_coins(int count); void set_keys(int new_key); void write(lisp::Writer& writer);