X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fplayer.hpp;h=0fecfef0a5f25dd5a32ff4a8720e0536f33786e6;hb=ab9eab4c870195c2b60ce76b77044c35b31e8806;hp=409b19ddb3f857c25935e11029e41d39b13e5230;hpb=4a486d92343d1824b311c234e9321e08f280fe68;p=supertux.git diff --git a/src/object/player.hpp b/src/object/player.hpp index 409b19ddb..0fecfef0a 100644 --- a/src/object/player.hpp +++ b/src/object/player.hpp @@ -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 */