1
This commit is contained in:
parent
df32cff6b5
commit
3088c2d62c
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user