mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-13 10:21:18 +00:00
targetActor -> talkActor (#1933)
This commit is contained in:
parent
ea72e87e92
commit
7445169e42
4 changed files with 43 additions and 43 deletions
|
@ -3657,7 +3657,7 @@ void KaleidoScope_Update(PlayState* play) {
|
|||
PRINTF("i=%d LAST_TIME_TYPE=%d\n", i, gSaveContext.prevHudVisibilityMode);
|
||||
gSaveContext.hudVisibilityMode = HUD_VISIBILITY_NO_CHANGE;
|
||||
Interface_ChangeHudVisibilityMode(gSaveContext.prevHudVisibilityMode);
|
||||
player->targetActor = NULL;
|
||||
player->talkActor = NULL;
|
||||
Player_SetEquipmentData(play, player);
|
||||
PRINTF(VT_RST);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue