修复升级问题

This commit is contained in:
aozhiwei 2020-08-03 16:32:57 +08:00
parent 9b4b990e19
commit c8f8d38ede

View File

@ -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