mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-07 20:11:46 -04:00
Minor JSystem/Z2Audio fixes (#2650)
This commit is contained in:
@@ -27,7 +27,8 @@ public:
|
||||
void stopAllSounds(u32 fadeout);
|
||||
|
||||
void stopSound(JAISoundID soundID, u32 param_1) {
|
||||
JAISoundHandle* phandle = getHandleSoundID(soundID);
|
||||
// u32 cast is a fakematch
|
||||
JAISoundHandle* phandle = getHandleSoundID((u32)soundID);
|
||||
if (phandle != NULL) {
|
||||
(*phandle)->stop(param_1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user