Browse Source

- Readded grfio_final to the map_server.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9744 54d463be-8e91-2dee-dedb-b68131a5f0ec
skotlex 18 năm trước cách đây
mục cha
commit
cc72c3cd89
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/map/map.c

+ 3 - 0
src/map/map.c

@@ -3977,6 +3977,9 @@ int do_init(int argc, char *argv[]) {
 
 	npc_event_do_oninit();	// npc‚ÌOnInitƒCƒxƒ“ƒg?�s
 
+	//Done loading with the maps, no need for the grf module anymore.
+	grfio_final();
+
 	if ( console ) {
 		set_defaultconsoleparse(parse_console);
 		start_console();