reverted totally pointless commit of rmcruz. size does NOT contain the current power...
[supertux.git] / src / gameobjs.h
index 36c508c..b6470e4 100644 (file)
@@ -131,6 +131,7 @@ class Trampoline : public GameObject
   void collision(void *p_c_object, int c_object, CollisionType type);
 
   Physic physic;
+  enum { M_NORMAL, M_HELD } mode;
 
  private:
   float power;