Fixed levels on contribs menu.
[supertux.git] / src / sector.h
index d4291c8..4485f05 100644 (file)
@@ -139,6 +139,9 @@ public:
   static Sector* current()
   { return _current; }
 
+  /** Get total number of some stuff */
+  int get_total_badguys();
+
 private:
   void load_music();