ignore messages.pot
[supertux.git] / src / object / unstable_tile.h
index 77a7cc2..f6ffb96 100644 (file)
@@ -42,7 +42,7 @@ public:
 private:
   Physic physic;
   Sprite* sprite;
-  Timer2 timer;
+  Timer timer;
   bool hit;
   bool falling;
 };