1
This commit is contained in:
parent
c29956f6dc
commit
d9e380ddf5
@ -297,7 +297,7 @@ void Incubator::SpawnWaveMon(int wave)
|
||||
.SetSender(this)
|
||||
.SetParam1(content)
|
||||
.SetParam2(room)
|
||||
.SetParam3(i),
|
||||
.SetParam3(wave),
|
||||
[] (const a8::XParams& param)
|
||||
{
|
||||
MetaData::PveGeminiContent* content = (MetaData::PveGeminiContent*)param.param1.GetUserData();
|
||||
@ -326,7 +326,7 @@ void Incubator::SpawnWaveMon(int wave)
|
||||
if (!hero) {
|
||||
A8_ABORT();
|
||||
}
|
||||
#ifdef DEBUG1
|
||||
#ifdef DEBUG
|
||||
{
|
||||
room->xtimer.AddDeadLineTimerAndAttach
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user