From 124cc470b5d66a7e2d1b2f49b5cccc0832db6779 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 16 May 2015 18:22:32 +0300 Subject: Remove parameter from fringe layer draw function. --- src/resources/map/map.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/resources/map/map.h') diff --git a/src/resources/map/map.h b/src/resources/map/map.h index 3afd6d8ef..a051961a3 100644 --- a/src/resources/map/map.h +++ b/src/resources/map/map.h @@ -282,8 +282,7 @@ class Map final : public Properties, public ConfigListener void clearIndexedTilesets(); - void setActorsFix(const int x, const int y) - { mActorFixX = x; mActorFixY = y; } + void setActorsFix(const int x, const int y); int getVersion() const A_WARN_UNUSED { return mVersion; } -- cgit v1.2.3-60-g2f50