Fix Ice Traps on Windows and Mac (#1216)

This commit is contained in:
Christopher Leggett 2022-08-16 15:49:52 -04:00 committed by GitHub
parent ee9ea3f2bd
commit 0f2e7db8e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;