StartWave and CD chokepoints compat

This commit is contained in:
GenZmeY 2023-07-06 23:18:25 +03:00
parent ac7a20be9b
commit 7fda68c17c
Signed by: GenZmeY
GPG Key ID: 424DA4BC3CB2CF39

View File

@ -255,7 +255,7 @@ private function PreloadContent()
}
}
private function ExtractCustomZedsFromSpawnList(Array<S_SpawnEntry> SpawnList, out Array<class<KFPawn_Monster> > Out)
private function ExtractCustomZedsFromSpawnList(const out Array<S_SpawnEntry> SpawnList, out Array<class<KFPawn_Monster> > Out)
{
local S_SpawnEntry SE;
@ -279,7 +279,7 @@ private function SpawnTimer()
`Log_Trace();
if (KFGIS.WaveNum != 0 && CurrentWave < KFGIS.WaveNum)
if (KFGIS.WaveNum != 0 && CurrentWave != KFGIS.WaveNum)
{
SetupWave();
}