Update comment

svn-id: r9916
This commit is contained in:
Travis Howell
2003-08-30 08:03:01 +00:00
parent 8a4eaa51f0
commit f76725b38f
+1 -1
View File
@@ -1487,7 +1487,7 @@ int Scumm::readSoundResourceSmallHeader(int type, int idx) {
wa_size = _fileHandle.readUint16LE();
_fileHandle.seek(wa_size - 2, SEEK_CUR);
//FIXME AD resources don't exist in Atari ST versions
//FIXME AD resources don't exist in Atari ST and Mac versions
if (_midiDriver == MD_ADLIB) {
ad_offs = _fileHandle.pos();
ad_size = _fileHandle.readUint16LE();