diff options
Diffstat (limited to 'src/resources/mapreader.h')
-rw-r--r-- | src/resources/mapreader.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/mapreader.h b/src/resources/mapreader.h index 781a52cca..37b511d03 100644 --- a/src/resources/mapreader.h +++ b/src/resources/mapreader.h @@ -99,7 +99,8 @@ class MapReader final static void updateMusic(Map *const map) A_NONNULL(1); - static void addLayerToList(const std::string &fileName); + static void addLayerToList(const std::string &fileName, + const SkipError skipError); static void loadLayers(const std::string &path); |