mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-25 09:45:02 +00:00
fix match
This commit is contained in:
parent
e8183b4348
commit
ce924d40d9
1 changed files with 1 additions and 2 deletions
|
@ -10747,8 +10747,7 @@ void Player_Init(Actor* thisx, PlayState* play2) {
|
|||
}
|
||||
|
||||
if (func_80845C68(play, (respawnFlag == 2) ? 1 : 0) == 0) {
|
||||
gSaveContext.respawn[RESPAWN_MODE_DOWN].playerParams =
|
||||
PLAYER_PARAMS(PLAYER_START_MODE_IDLE, PLAYER_GET_START_BG_CAM_INDEX(thisx));
|
||||
gSaveContext.respawn[RESPAWN_MODE_DOWN].playerParams = PLAYER_PARAMS(PLAYER_START_MODE_IDLE, thisx->params);
|
||||
}
|
||||
|
||||
gSaveContext.respawn[RESPAWN_MODE_DOWN].data = 1;
|
||||
|
|
Loading…
Reference in a new issue