add code to debug collision rectangles
[supertux.git] / src / object / infoblock.hpp
index 78d86f0..f4be86b 100644 (file)
@@ -22,7 +22,7 @@
 #define __INFOBLOCK_H__
 
 #include "block.hpp"
-#include "object/ambient_sound.hpp"
+//#include "object/ambient_sound.hpp"
 
 class InfoBlock : public Block
 {
@@ -33,8 +33,8 @@ public:
 protected:
   virtual void hit(Player& player);
   std::string message;
-  AmbientSound* ringing;
-  bool stopped;
+  //AmbientSound* ringing;
+  //bool stopped;
 };
 
 #endif