| 1497 | } |
| 1498 | |
| 1499 | S32 zNPCGoalBossSB2Intro::Enter(F32 dt, void* updCtxt) |
| 1500 | { |
| 1501 | if (owner.said_intro == 0) |
| 1502 | { |
| 1503 | owner.say(0); |
| 1504 | owner.said_intro = 1; |
| 1505 | } |
| 1506 | owner.delay = 0.0f; |
| 1507 | zEntPlayerControlOff(CONTROL_OWNER_BOSS); |
| 1508 | return zNPCGoalCommon::Enter(dt, updCtxt); |
| 1509 | } |
| 1510 | |
| 1511 | S32 zNPCGoalBossSB2Intro::Exit(F32 dt, void* updCtxt) |
| 1512 | { |
nothing calls this directly
no test coverage detected