Trampoline is MOVING_STATIC Part 2.
authorWolfgang Becker <uafr@gmx.de>
Thu, 10 Aug 2006 23:28:10 +0000 (23:28 +0000)
committerWolfgang Becker <uafr@gmx.de>
Thu, 10 Aug 2006 23:28:10 +0000 (23:28 +0000)
SVN-Revision: 4156

src/object/trampoline.hpp

index 788fe2a..df751d8 100644 (file)
@@ -45,6 +45,7 @@ private:
   Physic physic;
   bool on_ground;
   bool portable;
+  bool grabbed;
 };
 
 #endif