fopAcM_GetID

This commit is contained in:
Jasper St. Pierre
2026-02-28 14:22:56 -08:00
parent 17873f0a22
commit 5579fcabc3
12 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -3297,7 +3297,7 @@ static void lure_main(dmg_rod_class* i_this) {
actor->speed.y = 0.0f;
}
dKy_Sound_set(actor->current.pos, 5, fopAcM_GetID(i_this), 5);
dKy_Sound_set(actor->current.pos, 5, fopAcM_GetID(actor), 5);
if (actor->speedF > 5.0f) {
actor->speedF = 5.0f;
}