| 125 | } |
| 126 | |
| 127 | void zNPCSpawner::Reset() |
| 128 | { |
| 129 | this->cnt_spawn = 0; |
| 130 | this->wavestat = SM_STAT_BEGIN; |
| 131 | this->cnt_cleanup = 0; |
| 132 | this->flg_spawner &= 1; |
| 133 | this->flg_spawner |= 8; |
| 134 | this->ClearPending(); |
| 135 | this->ClearActive(); |
| 136 | this->MapPreferred(); |
| 137 | } |
| 138 | |
| 139 | void zNPCSpawner::MapPreferred() |
| 140 | { |
nothing calls this directly
no test coverage detected