* Added a boolean "disable-physics" property to powerups. We can't afford losing...
[supertux.git] / src / object / powerup.hpp
index 99d522a..7e34464 100644 (file)
@@ -40,6 +40,7 @@ private:
   Sprite* sprite;
   Physic physic;
   std::string script;
+  bool no_physics;
 };
 
 #endif