some fixes for the text object
[supertux.git] / src / object / camera.h
index 3c8d6c0..ac76298 100644 (file)
@@ -103,7 +103,7 @@ private:
   Vector current_dir;
 
   // shaking
-  Timer2 shaketimer;
+  Timer shaketimer;
   float shakespeed;
   float shakedepth_x;
   float shakedepth_y;