| 3409 | } |
| 3410 | |
| 3411 | void zNPCGoalDogDash::HoundPlayer(F32 dt) |
| 3412 | { |
| 3413 | zNPCRobot* npc = (zNPCRobot*)(psyche->clt_owner); |
| 3414 | npc->ThrottleAdjust(dt, 4.0f, 20.0f); |
| 3415 | xVec3* dir = NPCC_faceDir(npc); |
| 3416 | npc->ThrottleApply(dt, dir, 0); |
| 3417 | } |
| 3418 | |
| 3419 | S32 zNPCGoalDogPounce::Enter(F32 dt, void* updCtxt) |
| 3420 | { |
no test coverage detected