* The "time needed" statistic now works again. You might need to delete your savegame...
[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