| 2381 | } |
| 2382 | |
| 2383 | S32 zNPCGoalBossPatIdle::Enter(F32 dt, void* unk) |
| 2384 | { |
| 2385 | zNPCBPatrick* pat = (zNPCBPatrick*)this->GetOwner(); |
| 2386 | this->timeInGoal = f832; |
| 2387 | pat->bossFlags |= 0x20; |
| 2388 | xVec3Init(&pat->frame->vel, f832, f832, f832); |
| 2389 | return zNPCGoalCommon::Enter(dt, unk); |
| 2390 | } |
| 2391 | |
| 2392 | S32 zNPCGoalBossPatIdle::Process(en_trantype* trantype, F32 dt, void* ctxt, xScene* scene) |
| 2393 | { |
nothing calls this directly
no test coverage detected