aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2005-04-25 04:35:42 +0000
committerTravis Howell2005-04-25 04:35:42 +0000
commit23fa40d56c89ec2b95a72be67346cc4d97eb6194 (patch)
treeec2d70c29c2cac44b5f920e4950fb75260c4da2e /scumm
parent967fd877b1190c3eded1d42421977eb307079e07 (diff)
downloadscummvm-rg350-23fa40d56c89ec2b95a72be67346cc4d97eb6194.tar.gz
scummvm-rg350-23fa40d56c89ec2b95a72be67346cc4d97eb6194.tar.bz2
scummvm-rg350-23fa40d56c89ec2b95a72be67346cc4d97eb6194.zip
Add misisng r.
svn-id: r17795
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v72he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index f31e7793dd..4a25f7dcfe 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -1726,7 +1726,7 @@ void ScummEngine_v72he::o72_openFile() {
}
int r = convertFilePath(filename);
- debug(0,"Final filename to %s", filename);
+ debug(0,"Final filename to %s", filename + r);
slot = -1;
for (i = 0; i < 17; i++) {