dSndSourceEnemyAnim_c::overrideStartSoundId, overrideHoldSoundId OK

This commit is contained in:
Thomas LEBRET
2026-05-25 19:31:23 +02:00
parent 5549c554b8
commit 6703e07446
2 changed files with 32 additions and 3 deletions
+3 -1
View File
@@ -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;