diff options
Diffstat (limited to 'src/object/object49.c')
| -rw-r--r-- | src/object/object49.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/object/object49.c b/src/object/object49.c index b483e25a..82d39bd6 100644 --- a/src/object/object49.c +++ b/src/object/object49.c @@ -1,4 +1,5 @@ #include "global.h" +#include "audio.h" #include "entity.h" #include "functions.h" #include "coord.h" @@ -58,7 +59,7 @@ static void sub_0808F14C(Entity* this) { sub_0808F2B0(this); if (sub_08003FC4(this, 0x2000) == 0) { this->action++; - SoundReq(0x84); + SoundReq(SFX_WATER_SPLASH); } } |
