X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fstatistics.hpp;h=0883e36aa11ab7bb70a3481ce3574704a371585d;hb=f53572ad2b744ddddd7cc4b6479489543d44f98d;hp=d2655eb82b6a60ed58946e3e6f06da0d38b444c4;hpb=acb7eebc740130088f5a13ad637661cf3bb28ab4;p=supertux.git diff --git a/src/statistics.hpp b/src/statistics.hpp index d2655eb82..0883e36aa 100644 --- a/src/statistics.hpp +++ b/src/statistics.hpp @@ -39,6 +39,8 @@ public: int badguys; /**< badguys actively killed */ int total_badguys; /**< (vincible) badguys in level */ float time; /**< seconds needed */ + int secrets; /**< secret areas found */ + int total_secrets; /**< secret areas in level */ public: Statistics(); /**< Creates new statistics, call reset() before counting */