summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas LEBRET <th.lebret@protonmail.com>2026-05-25 19:31:23 +0200
committerThomas LEBRET <th.lebret@protonmail.com>2026-05-25 19:31:23 +0200
commit6703e07446cc4c733df2ca0205f96fca1b0f1f38 (patch)
treea0a35a8620298e0619df0766e050b83cdaa78996 /include
parent5549c554b88a02f3e7fdbddf9e46d014b890cf1c (diff)
dSndSourceEnemyAnim_c::overrideStartSoundId, overrideHoldSoundId OK
Diffstat (limited to 'include')
-rw-r--r--include/d/snd/d_snd_source_enemy.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/d/snd/d_snd_source_enemy.h b/include/d/snd/d_snd_source_enemy.h
index 8088765d..4277b7c4 100644
--- a/include/d/snd/d_snd_source_enemy.h
+++ b/include/d/snd/d_snd_source_enemy.h
@@ -30,13 +30,15 @@ public:
return specializeBgHitSoundId(soundId, mPolyAttr0, mPolyAttr1);
}
+protected:
+ void unregisterEnemySource();
+
private:
// Probably not a problem for weak function order since getName is emitted
// earlier through an explicit call
bool isName(const char *name) const {
return streq(name, getName());
}
- void unregisterEnemySource();
/* 0x15C */ nw4r::ut::Node mMgrEnemyLink;
/* 0x164 */ UNKWORD field_0x164;