Remove leftover debug code (fixes #60)
This commit is contained in:
committed by
Nicholas Estelami
parent
e164819339
commit
0ef2d0c750
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user