mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07:00
Fix Ice Traps on Windows and Mac (#1216)
This commit is contained in:
parent
ee9ea3f2bd
commit
0f2e7db8e0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue