Add misisng r.

svn-id: r17795
This commit is contained in:
Travis Howell 2005-04-25 04:35:42 +00:00
parent 967fd877b1
commit 23fa40d56c

View File

@ -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++) {