mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-21 23:58:51 -05:00
Remove leftover debug code (fixes #60)
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user