* "Outsourced" cheats from GameSession to scripting system.
[supertux.git] / src / sector.hpp
index 6388556..c6b486d 100644 (file)
@@ -173,6 +173,7 @@ private:
 public: // TODO make this private again
   /// show collision rectangles of moving objects (for debugging)
   static bool show_collrects;
+  static bool draw_solids_only;
   
   GameObjects gameobjects;
   MovingObjects moving_objects;