mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-10 18:46:45 -04:00
d_a_alink_swim work / fix JASGlobalInstance (#288)
* daalink / z2linkmgr wip * first cleanup of JASGlobalInstance data * fix sInstance stuff part 2 * more d_a_alink_swim work * remove asm
This commit is contained in:
@@ -101,7 +101,7 @@ s32 JASAudioReseter::calc() {
|
||||
}
|
||||
}
|
||||
if(field_0xc!=false) {
|
||||
data_80450B8C->stop();//JASGlobalInstance<JASAudioThread>::sInstance->stop();
|
||||
JASGlobalInstance<JASAudioThread>::getInstance()->stop();//JASGlobalInstance<JASAudioThread>::sInstance->stop();
|
||||
}
|
||||
mIsDone = 1;
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user