Changed iceTrapped var name/type and tooltip

This commit is contained in:
aMannus
2022-07-21 12:22:36 +02:00
parent 37134cbc9a
commit 9ce552659a
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -1983,7 +1983,7 @@ s32 GiveItemWithoutActor(GlobalContext* globalCtx, s32 getItemId) {
player->getItemDirection = player->actor.shape.rot.y;
// Player state 26 = Player is frozen
if (player->stateFlags1 & (PLAYER_STATE1_26)) {
player->iceTrapped = 0;
player->pendingIceTrap = false;
}
return true;
}