summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/map.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c
index b8e733499..63496534c 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -3977,6 +3977,9 @@ int do_init(int argc, char *argv[]) {
npc_event_do_oninit(); // npcのOnInitイベント?行
+ //Done loading with the maps, no need for the grf module anymore.
+ grfio_final();
+
if ( console ) {
set_defaultconsoleparse(parse_console);
start_console();