diff options
author | Travis Howell | 2003-08-16 06:01:10 +0000 |
---|---|---|
committer | Travis Howell | 2003-08-16 06:01:10 +0000 |
commit | 2750eabcd5727f0af64360beaa249bc1d1277d9c (patch) | |
tree | 78d8250376890cb1e0a4b83283e691268f4316d7 | |
parent | 5a963767bffb6655371f2103e577dd5ab0237703 (diff) | |
download | scummvm-rg350-2750eabcd5727f0af64360beaa249bc1d1277d9c.tar.gz scummvm-rg350-2750eabcd5727f0af64360beaa249bc1d1277d9c.tar.bz2 scummvm-rg350-2750eabcd5727f0af64360beaa249bc1d1277d9c.zip |
Add a comment
svn-id: r9714
-rw-r--r-- | scumm/resource.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp index abb621c754..4515559fe7 100644 --- a/scumm/resource.cpp +++ b/scumm/resource.cpp @@ -1428,6 +1428,8 @@ int Scumm::readSoundResourceSmallHeader(int type, int idx) { debug(4, "readSoundResourceSmallHeader(%s,%d)", resTypeFromId(type), idx); if ((_gameId == GID_LOOM) && VAR(VAR_SOUNDCARD) == 4) { + // Roland resources in Loom are tagless + // So we add an RO tag to allow imuse to detect format byte *ptr, *src_ptr; ro_offs = _fileHandle.pos(); ro_size = _fileHandle.readUint16LE(); |