Fix Ice Traps on Windows and Mac (#1216)

pull/1226/head
Christopher Leggett 10 months ago committed by GitHub
parent ee9ea3f2bd
commit 0f2e7db8e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6280,7 +6280,7 @@ s32 func_8083E5A8(Player* this, GlobalContext* globalCtx) {
this->actor.colChkInfo.damage = 0;
func_80837C0C(globalCtx, this, 3, 0.0f, 0.0f, 0, 20);
Player_SetPendingFlag(this, globalCtx);
return;
return 1;
}
s32 drop = giEntry->objectId;

Loading…
Cancel
Save