- moved loadshared() to the right point
[supertux.git] / src / mousecursor.h
index 7ef6e01..cc9c6a3 100644 (file)
@@ -40,7 +40,7 @@ class MouseCursor
     int cur_state;
     int cur_frame, tot_frames;
     texture_type cursor;
-    timer_type timer;
+    Timer timer;
   };
 
 #endif /*SUPERTUX_MOUSECURSOR_H*/