diff options
Diffstat (limited to 'src/resources/map/maplayer.cpp')
-rw-r--r-- | src/resources/map/maplayer.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/resources/map/maplayer.cpp b/src/resources/map/maplayer.cpp index a5f2f056d..51e076e81 100644 --- a/src/resources/map/maplayer.cpp +++ b/src/resources/map/maplayer.cpp @@ -45,8 +45,10 @@ #include "debug.h" -MapLayer::MapLayer(const int x, const int y, const int width, const int height, - const bool fringeLayer, const int mask): +MapLayer::MapLayer(const int x, const int y, + const int width, const int height, + const bool fringeLayer, + const int mask) : mX(x), mY(y), mWidth(width), |