diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-07-11 21:40:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-07-11 21:56:39 +0300 |
commit | 32bf97c611eb92d3ecb64a0532e881922dd87109 (patch) | |
tree | 8e093f8b512487e666decb49ed6c6d00086dcd02 /src/map.h | |
parent | 7f6bcbba639bfbfcacd08113148a98be1693e00c (diff) | |
download | plus-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |