| 1509 | } |
| 1510 | |
| 1511 | S32 zNPCGoalBossSB2Intro::Exit(F32 dt, void* updCtxt) |
| 1512 | { |
| 1513 | zEntPlayerControlOn(CONTROL_OWNER_BOSS); |
| 1514 | return xGoal::Exit(dt, updCtxt); |
| 1515 | } |
| 1516 | |
| 1517 | xFactoryInst* zNPCGoalBossSB2Idle::create(S32 who, RyzMemGrow* grow, void* info) |
| 1518 | { |
nothing calls this directly
no test coverage detected