diff --git a/src/map/navi.cpp b/src/map/navi.cpp index 3c304b4471..c276ec66ae 100644 --- a/src/map/navi.cpp +++ b/src/map/navi.cpp @@ -551,6 +551,9 @@ void write_npc_distances() { for (int mapid = 0; mapid < map_num; mapid++) { auto m = map_getmapdata(mapid); +#ifdef DETAILED_LOADING_OUTPUT + ShowStatus("Loading [%i/%i]" CL_CLL "\r", mapid, map_num); +#endif if (m->navi.npcs.size() == 0) { // ShowStatus("Skipped %s NPC distance table, no NPCs in map (%d/%d)\n", map[m].name, m, map_num); continue;