Procházet zdrojové kódy

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://svn.code.sf.net/p/rathena/svn/trunk@16902 54d463be-8e91-2dee-dedb-b68131a5f0ec

shennetsind před 12 roky
rodič
revize
c5a20a03d7
2 změnil soubory, kde provedl 3 přidání a 8 odebrání
  1. 2 2
      conf/maps_athena.conf
  2. 1 6
      src/map/map.c

+ 2 - 2
conf/maps_athena.conf

@@ -712,8 +712,8 @@ map: kh_vila
 
 // --- Poring Arena (?) & Gunslinger/Ninja Job Map ---
 // -- 2006-03-28sdata_k.gpf --
-map: poring_c01
-map: poring_c02
+//map: poring_c01
+//map: poring_c02
 map: que_ng
 
 // --- Arunafeltz & Ice Dungeon ---

+ 1 - 6
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