| 71 | } |
| 72 | |
| 73 | void zNPCSpawner::Subscribe(zNPCCommon* owner) |
| 74 | { |
| 75 | this->npc_owner = owner; |
| 76 | this->tym_delay = _805_Spawner; |
| 77 | this->max_spawn = -1; |
| 78 | this->wavestat = SM_STAT_BEGIN; |
| 79 | XOrdInit(&this->pendlist, 0x10, 0); |
| 80 | XOrdInit(&this->actvlist, 0x10, 0); |
| 81 | } |
| 82 | |
| 83 | void zNPCSpawner::SetWaveMode(en_SM_WAVE_MODE mode, F32 delay, S32 lifemax) |
| 84 | { |
no test coverage detected