This commit is contained in:
aozhiwei 2022-05-10 10:07:22 +08:00
parent 067e9fbdb8
commit 822421d23e

View File

@ -861,7 +861,7 @@ void Human::BeKill(int killer_id, const std::string& killer_name, int weapon_id)
void Human::DecHP(float dec_hp, int killer_id, const std::string& killer_name, int weapon_id)
{
if (!c->room->BattleStarted()) {
if (!room->BattleStarted()) {
return;
}
#ifdef DEBUG