| 239 | } |
| 240 | |
| 241 | void NPCHazard::Kill() |
| 242 | { |
| 243 | if ((flg_hazard & 1) != 0) |
| 244 | { |
| 245 | if (cb_notify != NULL) |
| 246 | { |
| 247 | cb_notify->Notify(HAZ_NOTE_ABORT, this); |
| 248 | } |
| 249 | Discard(); |
| 250 | } |
| 251 | } |
| 252 | |
| 253 | void NPCHazard::Start(const xVec3* pos, F32 tym) |
| 254 | { |
no test coverage detected