| 1159 | } |
| 1160 | |
| 1161 | S32 zNPCGoalAlertFodBzzt::Suspend(F32 dt, void* updCtxt) |
| 1162 | { |
| 1163 | zNPC_SNDStop(eNPCSnd_FodBzztAttack); |
| 1164 | return xGoal::Suspend(dt, updCtxt); |
| 1165 | } |
| 1166 | |
| 1167 | S32 zNPCGoalAlertFodBzzt::Resume(F32 dt, void* updCtxt) |
| 1168 | { |
nothing calls this directly
no test coverage detected