From d8c232ad6ebfbe431d9bd927d6e1ee88c94abd00 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 10 May 2005 13:43:36 +0000 Subject: [PATCH] this function is not as evil as the comment indicated... SVN-Revision: 2460 --- src/sector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.11.0