1
This commit is contained in:
parent
2dc3809af9
commit
4b886858c5
@ -84,13 +84,7 @@ void MatchTeam::Init(f8::MsgHdr& hdr, const cs::CMJoin& msg)
|
||||
MatchTeam* team = (MatchTeam*)param.sender.GetUserData();
|
||||
team->Update();
|
||||
},
|
||||
&timer_attacher.timer_list_,
|
||||
[] (const a8::XParams& param)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
a8::XPrintf("~MatchTeam.timer\n", {});
|
||||
#endif
|
||||
}
|
||||
&timer_attacher.timer_list_
|
||||
);
|
||||
phase_= kMatchCombining;
|
||||
phase_start_tick_ = a8::XGetTickCount();
|
||||
|
Loading…
x
Reference in New Issue
Block a user