* Activated UTF-8 in Lisp parser
[supertux.git] / src / statistics.h
index 218c027..430e216 100644 (file)
@@ -24,8 +24,6 @@
 #include "lisp/lisp.h"
 #include "lisp/writer.h"
 
-using namespace SuperTux;
-
 class DrawingContext;
 
 #define SPLAYER 0
@@ -79,7 +77,7 @@ public:
 private:
   int stats[NUM_STATS][2];
 
-  Timer2 timer;
+  Timer timer;
   int display_stat;
 };