mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
SCUMM: Remove outdated comment.
This commit is contained in:
parent
5d08dbfa11
commit
f24f0f0582
@ -847,13 +847,6 @@ void Sound::talkSound(uint32 a, uint32 b, int mode, int channel) {
|
|||||||
_talk_sound_mode |= mode;
|
_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() {
|
void Sound::setupSound() {
|
||||||
delete _sfxFile;
|
delete _sfxFile;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user