Magic Blocks. (DrawingContext::get_light is not working yet.)
[supertux.git] / src / object / player.hpp
index 409b19d..0fecfef 100644 (file)
@@ -279,6 +279,8 @@ private:
   Sprite* bigtux_star;
 
   Vector floor_normal;
+  bool try_grab;
+  Direction grab_dir;
 
   bool ghost_mode; /**< indicates if Tux should float around and through solid objects */