summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-07-11 21:40:28 +0300
committerAndrei Karas <akaras@inbox.ru>2011-07-11 21:56:39 +0300
commit32bf97c611eb92d3ecb64a0532e881922dd87109 (patch)
tree8e093f8b512487e666decb49ed6c6d00086dcd02 /src/map.h
parent7f6bcbba639bfbfcacd08113148a98be1693e00c (diff)
downloadplus-32bf97c611eb92d3ecb64a0532e881922dd87109.tar.gz
plus-32bf97c611eb92d3ecb64a0532e881922dd87109.tar.bz2
plus-32bf97c611eb92d3ecb64a0532e881922dd87109.tar.xz
plus-32bf97c611eb92d3ecb64a0532e881922dd87109.zip
Small optimisation in map draw code.
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index d7b642adc..290145f05 100644
--- a/src/map.h
+++ b/src/map.h
@@ -166,7 +166,7 @@ class MapLayer: public ConfigListener
int startX, int startY,
int endX, int endY,
int scrollX, int scrollY,
- const Actors &actors,
+ const Actors *actors,
int mDebugFlags, int yFix) const;
bool isFringeLayer()