aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v72he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-11-17 10:49:39 +0000
committerTravis Howell2005-11-17 10:49:39 +0000
commit86a5dcde24096f49ead907381f361ac7c2f6f9e8 (patch)
treec92f78dae7c21d63bddec0da37bf63a43fcd6da9 /scumm/script_v72he.cpp
parent909f531220843a3916a143b2481a11c71edd5b17 (diff)
downloadscummvm-rg350-86a5dcde24096f49ead907381f361ac7c2f6f9e8.tar.gz
scummvm-rg350-86a5dcde24096f49ead907381f361ac7c2f6f9e8.tar.bz2
scummvm-rg350-86a5dcde24096f49ead907381f361ac7c2f6f9e8.zip
Update comments.
svn-id: r19621
Diffstat (limited to 'scumm/script_v72he.cpp')
-rw-r--r--scumm/script_v72he.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index 2930f8f6f6..5b0812b4bb 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -525,6 +525,8 @@ void ScummEngine_v72he::readArrayFromIndexFile() {
}
int ScummEngine_v72he::convertFilePath(byte *dst, bool setFilePath) {
+ debug(0, "convertFilePath: original filePath is %s", dst);
+
// Switch all \ to / for portablity
int len = resStrLen(dst) + 1;
for (int i = 0; i < len; i++) {