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