diff options
Diffstat (limited to 'src/object/objectA2.c')
| -rw-r--r-- | src/object/objectA2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/objectA2.c b/src/object/objectA2.c index 5f4d2e55..bf308a4d 100644 --- a/src/object/objectA2.c +++ b/src/object/objectA2.c @@ -47,7 +47,7 @@ void sub_0809F374(Entity* this) { this->height.WORD = 0; this->action = 2; InitializeAnimation(this, 1); - PlaySFX(0x186); + SoundReq(0x186); } else { this->actionDelay++; } @@ -63,7 +63,7 @@ void sub_0809F374(Entity* this) { case 1: this->actionDelay = 0; sub_0809F448(this); - PlaySFX(0x186); + SoundReq(0x186); } } } |
