mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-09 10:52:09 -04:00
En_Tk (#338)
* En_Tk * PR * Warnings Co-authored-by: root <root@Careface.localdomain>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user