From: Matthias Braun Date: Tue, 10 May 2005 13:43:36 +0000 (+0000) Subject: this function is not as evil as the comment indicated... X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=d8c232ad6ebfbe431d9bd927d6e1ee88c94abd00;p=supertux.git this function is not as evil as the comment indicated... SVN-Revision: 2460 --- diff --git a/src/sector.h b/src/sector.h index 7c33741c5..547722120 100644 --- a/src/sector.h +++ b/src/sector.h @@ -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; }