aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v72he.cpp
diff options
context:
space:
mode:
authorTravis Howell2008-04-17 07:01:15 +0000
committerTravis Howell2008-04-17 07:01:15 +0000
commit3db5db112719e71e43c7c8b18efc4cefcfeaf859 (patch)
tree455632677a73e51e3b706ab78eada65b9a4f95ad /engines/scumm/he/script_v72he.cpp
parent607039db0151339e847f54e4664f4358be4b42e4 (diff)
downloadscummvm-rg350-3db5db112719e71e43c7c8b18efc4cefcfeaf859.tar.gz
scummvm-rg350-3db5db112719e71e43c7c8b18efc4cefcfeaf859.tar.bz2
scummvm-rg350-3db5db112719e71e43c7c8b18efc4cefcfeaf859.zip
Enable original load/save system in HE100 games.
svn-id: r31529
Diffstat (limited to 'engines/scumm/he/script_v72he.cpp')
-rw-r--r--engines/scumm/he/script_v72he.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/he/script_v72he.cpp b/engines/scumm/he/script_v72he.cpp
index 3cc48f84cc..df3d857642 100644
--- a/engines/scumm/he/script_v72he.cpp
+++ b/engines/scumm/he/script_v72he.cpp
@@ -1820,7 +1820,7 @@ void ScummEngine_v72he::o72_deleteFile() {
copyScriptString(buffer, sizeof(buffer));
const char *filename = (char *)buffer + convertFilePath(buffer);
- debug(1, "stub o72_deleteFile(%s)", filename);
+ debug(1, "o72_deleteFile(%s)", filename);
_saveFileMan->removeSavefile(filename);
}
@@ -1836,7 +1836,7 @@ void ScummEngine_v72he::o72_rename() {
_saveFileMan->renameSavefile(oldFilename, newFilename);
- debug(1, "stub o72_rename(%s to %s)", oldFilename, newFilename);
+ debug(1, "o72_rename(%s to %s)", oldFilename, newFilename);
}
void ScummEngine_v72he::o72_getPixel() {