summaryrefslogtreecommitdiff
path: root/src/map/party.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/party.cpp')
-rw-r--r--src/map/party.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map/party.cpp b/src/map/party.cpp
index 277d0c8..5f04b58 100644
--- a/src/map/party.cpp
+++ b/src/map/party.cpp
@@ -31,9 +31,10 @@ void party_send_xyhp_timer(TimerData *tid, tick_t tick);
// 初期化
void do_init_party(void)
{
- add_timer_interval(gettick() + PARTY_SEND_XYHP_INVERVAL,
+ Timer(gettick() + PARTY_SEND_XYHP_INVERVAL,
party_send_xyhp_timer,
- PARTY_SEND_XYHP_INVERVAL);
+ PARTY_SEND_XYHP_INVERVAL
+ ).detach();
}
// 検索