From afbcfe595044767a44055473ce07df1f0fd63dbb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 26 Jun 2015 00:01:41 +0300 Subject: Add missing checks into map directory. --- src/resources/map/map.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/resources/map/map.cpp') diff --git a/src/resources/map/map.cpp b/src/resources/map/map.cpp index 6c27a9a87..19a6b3e08 100644 --- a/src/resources/map/map.cpp +++ b/src/resources/map/map.cpp @@ -399,7 +399,7 @@ void Map::draw(Graphics *const graphics, int scrollX, int scrollY) startX, startY, endX, endY, scrollX, scrollY, - &mActors); + mActors); } } else @@ -436,7 +436,7 @@ void Map::draw(Graphics *const graphics, int scrollX, int scrollY) startX, startY, endX, endY, scrollX, scrollY, - &mActors); + mActors); } FOR_EACH (Layers::iterator, it, mDrawOverLayers) @@ -461,7 +461,7 @@ void Map::draw(Graphics *const graphics, int scrollX, int scrollY) startX, startY, endX, endY, scrollX, scrollY, - &mActors); + mActors); } FOR_EACH (Layers::iterator, it, mDrawOverLayers) -- cgit v1.2.3-70-g09d2