diff options
Diffstat (limited to 'src/resources/map/map.h')
-rw-r--r-- | src/resources/map/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/map/map.h b/src/resources/map/map.h index 65fcb8f00..c3f4c7cac 100644 --- a/src/resources/map/map.h +++ b/src/resources/map/map.h @@ -339,6 +339,8 @@ class Map final : public Properties, public ConfigListener bool isHeightsPresent() const { return mHeights != nullptr; } + void updateConditionLayers(); + protected: friend class Actor; friend class Minimap; |