* Fixed a typographic mistake in scripting.xml (closed a bracket)
[supertux.git] / src / sector.h
index 7c33741..5477221 100644 (file)
@@ -101,7 +101,7 @@ public:
   bool add_smoke_cloud(const Vector& pos);
   void add_floating_text(const Vector& pos, const std::string& text);
                                                                                 
-  /** @evil@ but can't always be avoided in current design... */
+  /** get currently activated sector. */
   static Sector* current()
   { return _current; }