修复升级问题
This commit is contained in:
parent
9b4b990e19
commit
c8f8d38ede
@ -2692,13 +2692,11 @@ void Room::AddPlayerPostProc(Player* hum)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (GetRoomMode() == kZombieMode) {
|
if (GetRoomMode() == kZombieMode) {
|
||||||
#ifdef DEBUG
|
|
||||||
#if 0
|
#if 0
|
||||||
hum->ChangeToRace(kZombieRace, 2);
|
hum->ChangeToRace(kZombieRace, 2);
|
||||||
#else
|
#else
|
||||||
hum->ChangeToRace(kHumanRace, 1);
|
hum->ChangeToRace(kHumanRace, 1);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
xtimer.AddRepeatTimerAndAttach
|
xtimer.AddRepeatTimerAndAttach
|
||||||
|
Loading…
x
Reference in New Issue
Block a user