diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-01-28 13:11:05 +0200 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-01-28 13:11:05 +0200 |
| commit | 416a4b11914ca7142226a9da21aa96a622e4ef3f (patch) | |
| tree | d989abe5ea5ab4cf0c11348c7597570d6ce915d4 /src/enemy/wallMaster.c | |
| parent | fd9049f59801a77ced44d85329ee871fda031d22 (diff) | |
Use sfx sounds enum whereever applicable
Diffstat (limited to 'src/enemy/wallMaster.c')
| -rw-r--r-- | src/enemy/wallMaster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/wallMaster.c b/src/enemy/wallMaster.c index a9648193..9c91c691 100644 --- a/src/enemy/wallMaster.c +++ b/src/enemy/wallMaster.c @@ -92,7 +92,7 @@ void sub_0802A5B8(Entity* this) { sub_0802A7D0(this); if (this->actionDelay) { if (--this->actionDelay == 0) { - EnqueueSFX(0x12d); + EnqueueSFX(SFX_12D); InitializeAnimation(this, 0); } } else { |
