diff --git a/test/tests/TileElementsView.cpp b/test/tests/TileElementsView.cpp index c9924015e9..983ba2bf82 100644 --- a/test/tests/TileElementsView.cpp +++ b/test/tests/TileElementsView.cpp @@ -117,9 +117,9 @@ template bool CompareLists(const CoordsXY& pos) template void CheckMapTiles() { - for (int y = 0; y < MAXIMUM_MAP_SIZE_TECHNICAL; ++y) + for (int y = 0; y < kMaximumMapSizeTechnical; ++y) { - for (int x = 0; x < MAXIMUM_MAP_SIZE_TECHNICAL; ++x) + for (int x = 0; x < kMaximumMapSizeTechnical; ++x) { auto pos = TileCoordsXY(x, y).ToCoordsXY();