mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-19 21:11:59 -04:00
Fix sound userdata pointers being truncated
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
bool isActive() const;
|
||||
|
||||
Z2SoundHandlePool* getHandleSoundID(JAISoundID soundID);
|
||||
Z2SoundHandlePool* getHandleUserData(u32 userData);
|
||||
Z2SoundHandlePool* getHandleUserData(uintptr_t userData);
|
||||
|
||||
void stopAllSounds(u32 fadeTime);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user