1
This commit is contained in:
parent
a513db5c0a
commit
67bdd62e05
@ -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()
|
||||||
|
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user