diff options
| author | Caroline Madsen <69010899+randomsalience@users.noreply.github.com> | 2024-01-29 18:50:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-29 15:50:13 -0800 |
| commit | 16259ec265b11275f3401916904953b943ff7b1d (patch) | |
| tree | a1bbe4d8aa7c35ed620fdcbd623cccc570e57d3a /libs/Z2AudioLib/Z2SoundMgr.cpp | |
| parent | 36a29bc4fe6464d57d693ab24aedd97e4bb59310 (diff) | |
Z2SeqMgr mostly done (#2053)
Diffstat (limited to 'libs/Z2AudioLib/Z2SoundMgr.cpp')
| -rw-r--r-- | libs/Z2AudioLib/Z2SoundMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/Z2AudioLib/Z2SoundMgr.cpp b/libs/Z2AudioLib/Z2SoundMgr.cpp index b10e894e41..fe7103627e 100644 --- a/libs/Z2AudioLib/Z2SoundMgr.cpp +++ b/libs/Z2AudioLib/Z2SoundMgr.cpp @@ -212,7 +212,7 @@ SECTION_SDATA2 static f64 lit_3909 = 4503599627370496.0 /* cast u32 to float */; #pragma push #pragma optimization_level 0 #pragma optimizewithasm off -asm int Z2SoundMgr::startSound(JAISoundID param_0, JAISoundHandle* param_1, +asm bool Z2SoundMgr::startSound(JAISoundID param_0, JAISoundHandle* param_1, JGeometry::TVec3<f32> const* param_2) { nofralloc #include "asm/Z2AudioLib/Z2SoundMgr/func_802A9EE8.s" |
