[Scummvm-cvs-logs] scummvm master -> 1d173d4811210518c2aa8060a4a7714ad33a7fa2
m-kiewitz
m_kiewitz at users.sourceforge.net
Thu Jul 2 13:36:03 CEST 2015
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:
1d173d4811 AUDIO: Miles Audio AdLib: fix comment
Commit: 1d173d4811210518c2aa8060a4a7714ad33a7fa2
https://github.com/scummvm/scummvm/commit/1d173d4811210518c2aa8060a4a7714ad33a7fa2
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-07-02T13:35:54+02:00
Commit Message:
AUDIO: Miles Audio AdLib: fix comment
Sherlock Holmes was mentioned instead of Miles Audio
Changed paths:
audio/miles_adlib.cpp
diff --git a/audio/miles_adlib.cpp b/audio/miles_adlib.cpp
index a48aba3..e45fa4e 100644
--- a/audio/miles_adlib.cpp
+++ b/audio/miles_adlib.cpp
@@ -428,7 +428,7 @@ void MidiDriver_Miles_AdLib::send(uint32 b) {
break;
case 0xa0: // Polyphonic key pressure (aftertouch)
case 0xd0: // Channel pressure (aftertouch)
- // Aftertouch doesn't seem to be implemented in the Sherlock Holmes adlib driver
+ // Aftertouch doesn't seem to be implemented in the Miles Audio AdLib driver
break;
case 0xe0:
pitchBendChange(channel, op1, op2);
More information about the Scummvm-git-logs
mailing list