projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
81931e4
)
this function is not as evil as the comment indicated...
author
Matthias Braun
<matze@braunis.de>
Tue, 10 May 2005 13:43:36 +0000
(13:43 +0000)
committer
Matthias Braun
<matze@braunis.de>
Tue, 10 May 2005 13:43:36 +0000
(13:43 +0000)
SVN-Revision: 2460
src/sector.h
patch
|
blob
|
history
diff --git
a/src/sector.h
b/src/sector.h
index
7c33741
..
5477221
100644
(file)
--- 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; }