From f318be90f37e1d4c6c0a070660f52bddbb60fb9c Mon Sep 17 00:00:00 2001 From: Ryanoberlein <102834664+Ryanoberlein@users.noreply.github.com> Date: Mon, 27 Nov 2023 02:43:42 -0500 Subject: [PATCH] fixed typo --- soh/soh/Enhancements/accessible-actors/AccessibleActorList.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/soh/soh/Enhancements/accessible-actors/AccessibleActorList.cpp b/soh/soh/Enhancements/accessible-actors/AccessibleActorList.cpp index eecb6693c..ec09ae4e5 100644 --- a/soh/soh/Enhancements/accessible-actors/AccessibleActorList.cpp +++ b/soh/soh/Enhancements/accessible-actors/AccessibleActorList.cpp @@ -708,8 +708,6 @@ void accessible_audio_compass(AccessibleActor* actor) { ActorAccessibility_AddSupportedActor(ACTOR_EN_ANI, policy); policy.englishName = "Cursed Skulltula People"; ActorAccessibility_AddSupportedActor(ACTOR_EN_SSH, policy); - policy.englishName = "Ingo"; - ActorAccessibility_AddSupportedActor(ACTOR_EN_IN, policy); policy.englishName = "Gossip Stone"; policy.pitch = 0.75; ActorAccessibility_AddSupportedActor(ACTOR_EN_GS, policy);