From c728c1f7d1ccff7c1a1bcf4b7a4dd4ef15a0b599 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Fri, 27 Sep 2013 18:08:51 -0300 Subject: 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 --- src/map/map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/map.c') 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(); -- cgit v1.2.3-70-g09d2