mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
Whitespace change.
svn-id: r18797
This commit is contained in:
parent
660b8d0eeb
commit
6f7c29fe9b
@ -47,7 +47,8 @@ GmMusic::GmMusic(MidiDriver *pMidiDrv, Disk *pDisk)
|
||||
GmMusic::~GmMusic(void) {
|
||||
|
||||
_midiDrv->setTimerCallback(NULL, NULL);
|
||||
if (_currentMusic) stopMusic();
|
||||
if (_currentMusic)
|
||||
stopMusic();
|
||||
// Send All Sound Off and All Notes Off (for external synths)
|
||||
for (int i = 0; i < 16; ++i) {
|
||||
_midiDrv->send ((120 << 8) | 0xB0 | i);
|
||||
|
Loading…
Reference in New Issue
Block a user