diff options
| -rw-r--r-- | scumm/script_v72he.cpp | 2 |
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++) { |
