This commit is contained in:
aozhiwei 2021-09-29 05:25:07 +00:00
parent 2dc3809af9
commit 4b886858c5

View File

@ -84,13 +84,7 @@ void MatchTeam::Init(f8::MsgHdr& hdr, const cs::CMJoin& msg)
MatchTeam* team = (MatchTeam*)param.sender.GetUserData(); MatchTeam* team = (MatchTeam*)param.sender.GetUserData();
team->Update(); team->Update();
}, },
&timer_attacher.timer_list_, &timer_attacher.timer_list_
[] (const a8::XParams& param)
{
#ifdef DEBUG
a8::XPrintf("~MatchTeam.timer\n", {});
#endif
}
); );
phase_= kMatchCombining; phase_= kMatchCombining;
phase_start_tick_ = a8::XGetTickCount(); phase_start_tick_ = a8::XGetTickCount();