summaryrefslogtreecommitdiff
path: root/src/resources/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/map/map.h')
-rw-r--r--src/resources/map/map.h3
1 files changed, 1 insertions, 2 deletions
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; }