| 2449 | } |
| 2450 | |
| 2451 | void zNPCGoalAlertTubelet::PeteAttackBegin() |
| 2452 | { |
| 2453 | zNPCTubelet* npc = (zNPCTubelet*)(psyche->clt_owner); |
| 2454 | npc->pete_attack_last = 1; |
| 2455 | zNPC_SNDPlay3D(eNPCSnd_TubeAttack, npc); |
| 2456 | } |
| 2457 | |
| 2458 | void zNPCGoalAlertTubelet::PeteAttackParSys(F32 dt, S32 param_2) |
| 2459 | { |
nothing calls this directly
no test coverage detected