aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-09-13 13:52:08 +0000
committerTravis Howell2004-09-13 13:52:08 +0000
commitf937f6723fdd330d7a56de863949d8fc999ae2ce (patch)
tree2fd2b90a56882a83768ecf708a89af884a380ad1 /scumm
parentf4d609d72884fc19d48325bed5d0fe17cb9824b5 (diff)
downloadscummvm-rg350-f937f6723fdd330d7a56de863949d8fc999ae2ce.tar.gz
scummvm-rg350-f937f6723fdd330d7a56de863949d8fc999ae2ce.tar.bz2
scummvm-rg350-f937f6723fdd330d7a56de863949d8fc999ae2ce.zip
Reads extra script byte, just like readFile.
svn-id: r15096
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v72he.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index c2ba1001b8..f63aca5b07 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -1573,6 +1573,7 @@ void ScummEngine_v72he::o72_writeFile() {
_hFileTable[slot].writeUint32LE(resID);
break;
case 8:
+ fetchScriptByte();
writeFileFromArray(slot, resID);
break;
default: