1
0
Fork 0
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:
fig02 2024-03-24 12:27:45 -04:00 committed by GitHub
parent ea72e87e92
commit 7445169e42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 43 additions and 43 deletions

View file

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