summaryrefslogtreecommitdiff
path: root/src/enemy/wallMaster.c
diff options
context:
space:
mode:
authorTal Hayon <talhayon1@gmail.com>2022-01-28 13:11:05 +0200
committerTal Hayon <talhayon1@gmail.com>2022-01-28 13:11:05 +0200
commit416a4b11914ca7142226a9da21aa96a622e4ef3f (patch)
treed989abe5ea5ab4cf0c11348c7597570d6ce915d4 /src/enemy/wallMaster.c
parentfd9049f59801a77ced44d85329ee871fda031d22 (diff)
Use sfx sounds enum whereever applicable
Diffstat (limited to 'src/enemy/wallMaster.c')
-rw-r--r--src/enemy/wallMaster.c2
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 {