diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-10 17:22:10 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-10 17:22:10 +0000 |
commit | baec4399395e25ceb93c5e236dc9841f958d2af6 (patch) | |
tree | a096a17222b2b2ea22f1da2da7253e8010f24bae /src | |
parent | cb03e17fdc83704678b67e20453511d3f2c41d64 (diff) | |
download | hercules-baec4399395e25ceb93c5e236dc9841f958d2af6.tar.gz hercules-baec4399395e25ceb93c5e236dc9841f958d2af6.tar.bz2 hercules-baec4399395e25ceb93c5e236dc9841f958d2af6.tar.xz hercules-baec4399395e25ceb93c5e236dc9841f958d2af6.zip |
Commented out poring_c01/02 since they are no longer present in the latest grfs which would make the map server pointlessly output that they are removed from the cache on every boot, also modified map load so that it doesn't output the amount of maps being loaded twice
- special thanks to mkbu95!
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16902 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-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 |