[Scummvm-git-logs] scummvm master -> 0d02f81f9478b9966998bf48a852064137060567
sev-
noreply at scummvm.org
Tue May 28 12:58:19 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
0d02f81f94 AGOS: Improved debug output
Commit: 0d02f81f9478b9966998bf48a852064137060567
https://github.com/scummvm/scummvm/commit/0d02f81f9478b9966998bf48a852064137060567
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-05-28T14:57:58+02:00
Commit Message:
AGOS: Improved debug output
Changed paths:
engines/agos/midiparser_simonwin.cpp
diff --git a/engines/agos/midiparser_simonwin.cpp b/engines/agos/midiparser_simonwin.cpp
index cc3d895b620..1f2c823e394 100644
--- a/engines/agos/midiparser_simonwin.cpp
+++ b/engines/agos/midiparser_simonwin.cpp
@@ -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;
More information about the Scummvm-git-logs
mailing list