diff --git a/src/map/tile.cpp b/src/map/tile.cpp index 67d648f8c05..6d88050a79f 100644 --- a/src/map/tile.cpp +++ b/src/map/tile.cpp @@ -79,7 +79,7 @@ void Tile::request() { tile->state = Tile::loaded; tile->data.swap(res.body); tile->parse(); - } else { + } else if (tile->state != obsolete) { fprintf(stderr, "tile loading failed\n"); } }, []() {