From: Wolfgang Becker Date: Thu, 10 Aug 2006 23:28:10 +0000 (+0000) Subject: Trampoline is MOVING_STATIC Part 2. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=fc3e6ecf693c3ccc10499a06c2c07e52cd95ebc9;p=supertux.git Trampoline is MOVING_STATIC Part 2. SVN-Revision: 4156 --- diff --git a/src/object/trampoline.hpp b/src/object/trampoline.hpp index 788fe2add..df751d8ff 100644 --- a/src/object/trampoline.hpp +++ b/src/object/trampoline.hpp @@ -45,6 +45,7 @@ private: Physic physic; bool on_ground; bool portable; + bool grabbed; }; #endif