this function is not as evil as the comment indicated...
authorMatthias Braun <matze@braunis.de>
Tue, 10 May 2005 13:43:36 +0000 (13:43 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 10 May 2005 13:43:36 +0000 (13:43 +0000)
SVN-Revision: 2460

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; }