bg obj sfx fix

This commit is contained in:
TakaRikka
2026-03-30 00:18:57 -07:00
parent f9a986cf28
commit 3f3f70f164
+1 -1
View File
@@ -976,7 +976,7 @@ void daBgObj_c::setSe() {
temp++;
for (; i != 0; i--) {
fopAcM_seStart(this, *temp, 0);
fopAcM_seStart(this, *(BE(u32)*)temp, 0);
temp++;
}
}