X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fstatistics.h;h=9f1533236406b2e0cdc2aedb9e068e6ba4210cff;hb=763454f90866bd4e7db95e5884c48a25d6b9bda1;hp=bb123734bd2b3a2e9c1ceaea43687214dc2dcc2d;hpb=e3366884d0487ca6e600f5d5dd5f0deabd782ea7;p=supertux.git diff --git a/src/statistics.h b/src/statistics.h index bb123734b..9f1533236 100644 --- a/src/statistics.h +++ b/src/statistics.h @@ -20,7 +20,7 @@ #ifndef SUPERTUX_STATISTICS_H #define SUPERTUX_STATISTICS_H -#include "special/timer.h" +#include "timer.h" using namespace SuperTux; @@ -81,7 +81,7 @@ public: private: int stats[NUM_STATS][2]; - Timer timer; + Timer2 timer; int display_stat; };