summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-29 22:26:49 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-29 22:26:49 +0000
commit5480b63665fd1151f447b0b6a233d7baa3787fbd (patch)
tree58cacac093a27393a390917a562533704cdf8627 /src/map/map.c
parent455fad7b177bdcf242ab7e5c0c04d2045deb6873 (diff)
downloadhercules-5480b63665fd1151f447b0b6a233d7baa3787fbd.tar.gz
hercules-5480b63665fd1151f447b0b6a233d7baa3787fbd.tar.bz2
hercules-5480b63665fd1151f447b0b6a233d7baa3787fbd.tar.xz
hercules-5480b63665fd1151f447b0b6a233d7baa3787fbd.zip
- Readded grfio_final to the map_server.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9744 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-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();