| 228 | } |
| 229 | |
| 230 | void zNPCGoalJellyAttack::ZapperStop() |
| 231 | { |
| 232 | zNPC_SNDStop(eNPCSnd_JellyfishAttack); |
| 233 | for (S32 i = 0; i < 3; i++) |
| 234 | { |
| 235 | if (zap_lytnin[i] != NULL) |
| 236 | { |
| 237 | zLightningKill(zap_lytnin[i]); |
| 238 | } |
| 239 | zap_lytnin[i] = NULL; |
| 240 | } |
| 241 | } |
nothing calls this directly
no test coverage detected