diff options
Diffstat (limited to 'scumm/resource.cpp')
| -rw-r--r-- | scumm/resource.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp index bd2f12f35c..3201df4dd3 100644 --- a/scumm/resource.cpp +++ b/scumm/resource.cpp @@ -705,7 +705,6 @@ int Scumm::readSoundResource(int type, int idx) { (char)((basetag >> 16) & 0xff), (char)((basetag >> 8) & 0xff), (char)(basetag & 0xff), total_size); - //if (_gameId == GID_SAMNMAX || _features & GF_AFTER_V7) { if (basetag == MKID('MIDI') || basetag == MKID('iMUS')) { _fileHandle.seek(-8, SEEK_CUR); _fileHandle.read(createResource(type, idx, total_size + 8), total_size + 8); |
