[Scummvm-cvs-logs] scummvm master -> f24f0f0582d82c7afe0f9fd93892335a7fd257af

lordhoto lordhoto at gmail.com
Wed Nov 2 20:30:00 CET 2011


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:
f24f0f0582 SCUMM: Remove outdated comment.


Commit: f24f0f0582d82c7afe0f9fd93892335a7fd257af
    https://github.com/scummvm/scummvm/commit/f24f0f0582d82c7afe0f9fd93892335a7fd257af
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-11-02T12:28:45-07:00

Commit Message:
SCUMM: Remove outdated comment.

Changed paths:
    engines/scumm/sound.cpp



diff --git a/engines/scumm/sound.cpp b/engines/scumm/sound.cpp
index ba8c6e2..0dcaf2a 100644
--- a/engines/scumm/sound.cpp
+++ b/engines/scumm/sound.cpp
@@ -847,13 +847,6 @@ void Sound::talkSound(uint32 a, uint32 b, int mode, int channel) {
 	_talk_sound_mode |= mode;
 }
 
-/* The sound code currently only supports General Midi.
- * General Midi is used in Day Of The Tentacle.
- * Roland music is also playable, but doesn't sound well.
- * A mapping between roland instruments and GM instruments
- * is needed.
- */
-
 void Sound::setupSound() {
 	delete _sfxFile;
 






More information about the Scummvm-git-logs mailing list