diff options
Diffstat (limited to 'src/resources/map/maplayer.h')
-rw-r--r-- | src/resources/map/maplayer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/map/maplayer.h b/src/resources/map/maplayer.h index 9b2617d32..4cf30ade1 100644 --- a/src/resources/map/maplayer.h +++ b/src/resources/map/maplayer.h @@ -129,7 +129,7 @@ class MapLayer final: public ConfigListener void optionChanged(const std::string &value) override final; - void setDrawLayerFlags(const MapType::MapType &n); + void setDrawLayerFlags(const MapTypeT &n); void setActorsFix(const int y) { mActorsFix = y; } @@ -145,7 +145,7 @@ class MapLayer final: public ConfigListener const int mWidth; const int mHeight; Image **const mTiles; - MapType::MapType mDrawLayerFlags; + MapTypeT mDrawLayerFlags; const SpecialLayer *mSpecialLayer; const SpecialLayer *mTempLayer; typedef std::vector<MapRowVertexes*> MapRows; |