diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-16 18:22:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-16 18:22:32 +0300 |
commit | 124cc470b5d66a7e2d1b2f49b5cccc0832db6779 (patch) | |
tree | b7def5f3d2c3b222f059bb1624beb00a691daefc /src/resources/map/map.h | |
parent | 66f0468b3c2e8bd9ff26f082c9a57b77188d6e54 (diff) | |
download | manaverse-124cc470b5d66a7e2d1b2f49b5cccc0832db6779.tar.gz manaverse-124cc470b5d66a7e2d1b2f49b5cccc0832db6779.tar.bz2 manaverse-124cc470b5d66a7e2d1b2f49b5cccc0832db6779.tar.xz manaverse-124cc470b5d66a7e2d1b2f49b5cccc0832db6779.zip |
Remove parameter from fringe layer draw function.
Diffstat (limited to 'src/resources/map/map.h')
-rw-r--r-- | src/resources/map/map.h | 3 |
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; } |