- Implemented a scripted object that can be placed in a level and whose name is
[supertux.git] / src / badguy / yeti.h
index 06afed8..edad747 100644 (file)
@@ -52,7 +52,7 @@ private:
   };
   Direction side;
   YetiState state;
-  Timer2 timer;
+  Timer timer;
   int jumpcount;
   Mix_Chunk* sound_gna;
   Mix_Chunk* sound_roar;