This commit is contained in:
aozhiwei 2022-10-20 15:38:46 +08:00
parent df32cff6b5
commit 3088c2d62c

View File

@ -363,7 +363,7 @@ void Incubator::SpawnWaveMon(int wave)
for (int i = 0; i < content->enemys.size(); ++i) { for (int i = 0; i < content->enemys.size(); ++i) {
room->xtimer.AddDeadLineTimerAndAttach room->xtimer.AddDeadLineTimerAndAttach
( (
i == 0 ? 0 : 1000 / FRAME_RATE_MS, i == 0 ? 0 : (1000 + room->pve_mode_meta->pb->wave_prepare_time() * 1000) / FRAME_RATE_MS,
a8::XParams() a8::XParams()
.SetSender(this) .SetSender(this)
.SetParam1(content) .SetParam1(content)