forgot to add files
[supertux.git] / src / badguy / rocketexplosion.h
index 325e5d9..c692660 100644 (file)
@@ -37,7 +37,7 @@ public:
   void explode();
 
 private:
-  Timer2 timer;
+  Timer timer;
 };
 
 #endif