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();
|
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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user