1
This commit is contained in:
parent
09a77ff15b
commit
e9a3b96f73
@ -17,4 +17,11 @@ void Guide::Init(Human* owner)
|
||||
}
|
||||
curr_step_ = mt::GuideStep::_steps.at(0);
|
||||
curr_step_idx_ = 0;
|
||||
owner_->room->frame_event.AddPropChg
|
||||
(
|
||||
owner_->GetWeakPtrRef(),
|
||||
kPropGuideStep,
|
||||
curr_step_idx_,
|
||||
0,
|
||||
true);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user