add bank loader
This commit is contained in:
parent
324332c242
commit
ceda16246c
35 changed files with 1118 additions and 35 deletions
|
@ -2604,8 +2604,10 @@ public class Client implements IThreadListener {
|
|||
}
|
||||
|
||||
private void startSound(boolean load) {
|
||||
if(load)
|
||||
if(load) {
|
||||
SoundManager.loadSounds();
|
||||
MidiBank.loadBanks();
|
||||
}
|
||||
this.audio = new AudioInterface(this.soundFrameSize, this.soundBufferSize, !this.soundEnabled);
|
||||
boolean started = this.audio.start();
|
||||
Log.flushLog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue