mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 21:00:39 +00:00
AGOS: Improved debug output
This commit is contained in:
parent
263ea9a063
commit
0d02f81f94
@ -111,7 +111,7 @@ bool MidiParser_SimonWin::loadMusic(byte *data, uint32 size) {
|
||||
return false;
|
||||
}
|
||||
|
||||
debug(2, "MidiParser_SimonWin::loadMusic: %d", _numTracks);
|
||||
debug(2, "MidiParser_SimonWin::loadMusic: %d tracks", _numTracks);
|
||||
|
||||
// Read the tracks.
|
||||
byte *trackDataStart;
|
||||
|
Loading…
Reference in New Issue
Block a user