mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-01 17:27:19 -04:00
bg obj sfx fix
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user