fixed butt jump to work even when up-key is not pressed, added a little jump after...
[supertux.git] / src / sprite.h
index e30bb03..ce5889a 100644 (file)
@@ -49,6 +49,7 @@ class Sprite
   /** cur has to be a pointer to data in the form of ((x-hotspot 5)
       (y-hotspot 10) ...) */
   Sprite(lisp_object_t* cur);
+  ~Sprite();
   
   void reset();