This commit is contained in:
aozhiwei 2023-04-21 20:18:58 +08:00
parent a513db5c0a
commit 67bdd62e05
2 changed files with 1 additions and 3 deletions

View File

@ -25,7 +25,6 @@ void Guide::Init(Human* owner)
} }
curr_step_idx_ = 0; curr_step_idx_ = 0;
UpdateStep(); UpdateStep();
#if 0
owner_->room->xtimer.SetTimeoutEx owner_->room->xtimer.SetTimeoutEx
( (
#ifdef DEBUG #ifdef DEBUG
@ -41,7 +40,6 @@ void Guide::Init(Human* owner)
} }
}, },
&owner_->xtimer_attacher); &owner_->xtimer_attacher);
#endif
} }
void Guide::UpdateStep() void Guide::UpdateStep()

View File

@ -866,7 +866,7 @@ void RoomMgr::SetMatchMode(int mode)
void RoomMgr::AdjustCMJoin(cs::CMJoin* msg) void RoomMgr::AdjustCMJoin(cs::CMJoin* msg)
{ {
#if 0 #if 1
#ifdef DEBUG #ifdef DEBUG
#ifdef NEWBIE_ROOM #ifdef NEWBIE_ROOM
msg->set_force_enter_newbie_room(true); msg->set_force_enter_newbie_room(true);