mirror of
https://github.com/zeldaret/tp
synced 2026-07-08 06:30:32 -04:00
Z2AudioMgr / various JAudio setup (#152)
* audioMgr setup * bunch of JAudio setup
This commit is contained in:
@@ -74,7 +74,7 @@ extern "C" extern u8 data_80451348[8];
|
||||
inline JAISoundID::JAISoundID(u32 pId) : mId(pId) {}
|
||||
|
||||
inline JAISoundID JAISound::getID() const {
|
||||
return JAISoundID((u32)sound_id);
|
||||
return JAISoundID((u32)soundID);
|
||||
}
|
||||
|
||||
Z2SoundHandles::Z2SoundHandles() {
|
||||
|
||||
Reference in New Issue
Block a user