From 07eba3971b99c979949c6002109897c07234fc64 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sat, 28 Sep 2013 14:54:45 -0300 Subject: HPM: Party.c Completed Moved missing vars and declarations of interest into the interface, removed duplicate mentions of party within calls to shorten wherever it made sense to, and renamed some members to ease reading. 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 37f0817c4..5c973889e 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -4907,7 +4907,7 @@ void do_final(void) instance->final(); gstorage->final(); guild->final(); - party->do_final_party(); + party->final(); pc->do_final_pc(); pet->final(); mob->final(); @@ -5387,7 +5387,7 @@ int do_init(int argc, char *argv[]) mob->init(); pc->do_init_pc(); status->init(); - party->do_init_party(); + party->init(); guild->init(); gstorage->init(); pet->init(); -- cgit v1.2.3-60-g2f50