summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index a4393b832..320d3232c 100644
--- a/src/map.h
+++ b/src/map.h
@@ -221,7 +221,8 @@ class Map final : public Properties, public ConfigListener
/**
* Get tile reference.
*/
- const MetaTile *getMetaTile(const int x, const int y) const A_WARN_UNUSED;
+ const MetaTile *getMetaTile(const int x,
+ const int y) const A_WARN_UNUSED;
/**
* Marks a tile as occupied.