diff options
Diffstat (limited to 'src/manager/manager3.c')
| -rw-r--r-- | src/manager/manager3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manager/manager3.c b/src/manager/manager3.c index acd83825..5be578f2 100644 --- a/src/manager/manager3.c +++ b/src/manager/manager3.c @@ -5,7 +5,7 @@ #include "room.h" #include "player.h" #include "random.h" -#include "functions.h" +#include "audio.h" // Facilitates the usage of minish portals. @@ -58,7 +58,7 @@ void sub_080576C0(Manager3* this) { this->manager.unk_0e); if (!this->manager.unk_0f) { this->manager.unk_0f = 1; - SoundReq(0x152); + SoundReq(SFX_152); } } } |
