Remove leftover debug code (fixes #60)

This commit is contained in:
rozlette 2022-04-13 23:53:04 -05:00 committed by Nicholas Estelami
parent e164819339
commit 0ef2d0c750
1 changed files with 1 additions and 1 deletions

View File

@ -1274,7 +1274,7 @@ void BossGanondrof_CollisionCheck(BossGanondrof* this, GlobalContext* globalCtx)
this->actor.colChkInfo.health -= dmg;
}
if ((s8)this->actor.colChkInfo.health <= 0 || 1) {
if ((s8)this->actor.colChkInfo.health <= 0) {
BossGanondrof_SetupDeath(this, globalCtx);
Enemy_StartFinishingBlow(globalCtx, &this->actor);
return;