diff options
Diffstat (limited to 'src/resources/map/map.cpp')
-rw-r--r-- | src/resources/map/map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/map/map.cpp b/src/resources/map/map.cpp index 51bb90f9d..39dc4b28f 100644 --- a/src/resources/map/map.cpp +++ b/src/resources/map/map.cpp @@ -1566,7 +1566,7 @@ void Map::reduce() restrict2 #endif } -void Map::addHeights(MapHeights *restrict const heights) restrict2 +void Map::addHeights(const MapHeights *restrict const heights) restrict2 { delete mHeights; mHeights = heights; |