Finally!!
[supertux.git] / src / mousecursor.h
index 7ef6e01..35a417b 100644 (file)
@@ -39,8 +39,8 @@ class MouseCursor
     int state_before_click;
     int cur_state;
     int cur_frame, tot_frames;
-    texture_type cursor;
-    timer_type timer;
+    Surface* cursor;
+    Timer timer;
   };
 
 #endif /*SUPERTUX_MOUSECURSOR_H*/