diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-29 22:26:49 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-29 22:26:49 +0000 |
commit | 5480b63665fd1151f447b0b6a233d7baa3787fbd (patch) | |
tree | 58cacac093a27393a390917a562533704cdf8627 | |
parent | 455fad7b177bdcf242ab7e5c0c04d2045deb6873 (diff) | |
download | hercules-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
-rw-r--r-- | src/map/map.c | 3 |
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(); |