diff --git a/source/shared_lib/sources/map/map_preview.cpp b/source/shared_lib/sources/map/map_preview.cpp index b2a5661c..150a2381 100644 --- a/source/shared_lib/sources/map/map_preview.cpp +++ b/source/shared_lib/sources/map/map_preview.cpp @@ -75,8 +75,8 @@ bool MapPreview::isCliff(int x, int y){ return true; } } - return false; } + return false; } MapSurfaceType MapPreview::getSurface(int x, int y) const {