This commit is contained in:
aozhiwei 2022-08-29 19:48:36 +08:00
parent 9beeca5453
commit 0b7f079a8f
2 changed files with 3 additions and 1 deletions

View File

@ -1079,7 +1079,7 @@ void Human::DecHP(float dec_hp, int killer_id, const std::string& killer_name, i
return;
}
#ifdef DEBUG
#if 1
#if 0
if (IsPlayer()) {
return;
}

View File

@ -44,6 +44,7 @@ void Player::Initialize()
SetInfiniteBulletMode();
}
#ifdef DEBUG
#if 0
room->xtimer.AddDeadLineTimerAndAttach
(SERVER_FRAME_RATE * 10,
a8::XParams()
@ -54,6 +55,7 @@ void Player::Initialize()
hum->SetHP(hum->GetHP() - 100);
},
&xtimer_attacher.timer_list_);
#endif
#endif
}