diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/map.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/map/map.c b/src/map/map.c index 61ac0ef0c..595233e8c 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -3063,12 +3063,7 @@ int map_readallmaps (void) } } - // Mapcache reading is now fast enough, the progress info will just slow it down so don't use it anymore [Shinryo] - if(!enable_grf) - ShowStatus("Loading maps (%d)..\n", map_num); - - for(i = 0; i < map_num; i++) - { + for(i = 0; i < map_num; i++) { size_t size; // show progress |