From 23fa40d56c89ec2b95a72be67346cc4d97eb6194 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 25 Apr 2005 04:35:42 +0000 Subject: Add misisng r. svn-id: r17795 --- scumm/script_v72he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/script_v72he.cpp') 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++) { -- cgit v1.2.3