diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2025-08-06 04:10:43 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-05 18:10:43 -0700 |
| commit | ee608ceaac464790f596935b2b0266777431f9fc (patch) | |
| tree | f0e50bf466bd85c71099c99a63f912c24839037e /include/Z2AudioLib | |
| parent | d629cc383bb89b1558154efdcb89192b7bd826c9 (diff) | |
d_a_obj_fallobj OK (#2568)
* d_a_obj_fallobj OK
* J3DMatBlock equivalent
Diffstat (limited to 'include/Z2AudioLib')
| -rw-r--r-- | include/Z2AudioLib/Z2SoundObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Z2AudioLib/Z2SoundObject.h b/include/Z2AudioLib/Z2SoundObject.h index cfb2f66c50..30c7157344 100644 --- a/include/Z2AudioLib/Z2SoundObject.h +++ b/include/Z2AudioLib/Z2SoundObject.h @@ -17,7 +17,7 @@ public: bool isAlive() const { return mIsInitialized; } void setSoundStarter(Z2SoundStarter* i_soundStarter) { mSoundStarter = i_soundStarter; } - virtual void framework(u32, s8); + virtual void framework(u32, s8 reverb); virtual void dispose(); virtual bool stopOK(Z2SoundHandlePool& pool); virtual void init(Vec* pSoundPos, u8 pNumHandles); |
