mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-01 00:48:17 -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;
|
this->actor.colChkInfo.health -= dmg;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((s8)this->actor.colChkInfo.health <= 0 || 1) {
|
if ((s8)this->actor.colChkInfo.health <= 0) {
|
||||||
BossGanondrof_SetupDeath(this, globalCtx);
|
BossGanondrof_SetupDeath(this, globalCtx);
|
||||||
Enemy_StartFinishingBlow(globalCtx, &this->actor);
|
Enemy_StartFinishingBlow(globalCtx, &this->actor);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user