summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-09-27 18:08:51 -0300
committershennetsind <ind@henn.et>2013-09-27 18:08:51 -0300
commitc728c1f7d1ccff7c1a1bcf4b7a4dd4ef15a0b599 (patch)
treebcb4aa49f0b15538c8fdd80b71eeda3b4fb8a2c2 /src/map/map.c
parent6b00c1c8ef7ebe324c6c02f5a9f1abf9eeb3a581 (diff)
downloadhercules-c728c1f7d1ccff7c1a1bcf4b7a4dd4ef15a0b599.tar.gz
hercules-c728c1f7d1ccff7c1a1bcf4b7a4dd4ef15a0b599.tar.bz2
hercules-c728c1f7d1ccff7c1a1bcf4b7a4dd4ef15a0b599.tar.xz
hercules-c728c1f7d1ccff7c1a1bcf4b7a4dd4ef15a0b599.zip
HPM: Elemental.c Completed
Moved missing vars and declarations of interest into the interface, removed duplicate mentions of elemental within calls to shorten wherever it made sense to. And on a minor thing updated the duel.h header given the file had been previously modified (when the duel interface was implemented) Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 09defc75a..8641f7011 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -4918,7 +4918,7 @@ void do_final(void)
unit->final();
bg->final();
duel->final();
- elemental->do_final_elemental();
+ elemental->final();
do_final_maps();
vending->final();
@@ -5393,7 +5393,7 @@ int do_init(int argc, char *argv[])
pet->init();
homun->init();
mercenary->init();
- elemental->do_init_elemental();
+ elemental->init();
quest->init();
npc->init();
unit->init();