d_a_obj_fallobj OK (#2568)

* d_a_obj_fallobj OK

* J3DMatBlock equivalent
This commit is contained in:
hatal175
2025-08-06 04:10:43 +03:00
committed by GitHub
parent d629cc383b
commit ee608ceaac
12 changed files with 477 additions and 418 deletions
+3 -3
View File
@@ -39,10 +39,10 @@ void Z2SoundObjBase::deleteObject() {
deleteHandlesPool();
}
void Z2SoundObjBase::framework(u32 p1, s8 p2) {
void Z2SoundObjBase::framework(u32 p1, s8 reverb) {
if (mIsInitialized) {
field_0x1c = p1;
field_0x1e = p2;
field_0x1e = reverb;
setPos(*mSoundPos);
}
}
@@ -531,4 +531,4 @@ bool Z2SoundObjAnime::playsSound(JAUSoundAnimationSound const* i_sound,
}
return true;
}
}