* En_Tk

* PR

* Warnings

Co-authored-by: root <root@Careface.localdomain>
This commit is contained in:
Maide
2021-11-20 15:10:37 +00:00
committed by GitHub
parent ea17d924e4
commit 837eb1c806
15 changed files with 1374 additions and 88 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ void EnItem00_Update(Actor* thisx, GlobalContext* globalCtx) {
Actor_SetVelocityAndMoveYRotationAndGravity(&this->actor);
Actor_UpdateBgCheckInfo(globalCtx, &this->actor, 20.0f, 15.0f, 15.0f, 0x1D);
if (this->actor.floorHeight <= -32000.0f) {
if (this->actor.floorHeight <= BGCHECK_Y_MIN) {
Actor_MarkForDeath(&this->actor);
return;
}