aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v60he.cpp
diff options
context:
space:
mode:
authorTravis Howell2008-12-15 09:54:21 +0000
committerTravis Howell2008-12-15 09:54:21 +0000
commitddb810e17b76a999d46d1a4aba68e8a66edd7668 (patch)
treef8f41dbed4dc102ed4e107840a5e550e180ec7a8 /engines/scumm/he/script_v60he.cpp
parent2ce4a32fb61567522e0a7afb76337aca12357dcb (diff)
downloadscummvm-rg350-ddb810e17b76a999d46d1a4aba68e8a66edd7668.tar.gz
scummvm-rg350-ddb810e17b76a999d46d1a4aba68e8a66edd7668.tar.bz2
scummvm-rg350-ddb810e17b76a999d46d1a4aba68e8a66edd7668.zip
Add Moonbase Commander target again, for testing only.
svn-id: r35379
Diffstat (limited to 'engines/scumm/he/script_v60he.cpp')
-rw-r--r--engines/scumm/he/script_v60he.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/he/script_v60he.cpp b/engines/scumm/he/script_v60he.cpp
index e908670c83..f6e88596d4 100644
--- a/engines/scumm/he/script_v60he.cpp
+++ b/engines/scumm/he/script_v60he.cpp
@@ -430,6 +430,8 @@ int ScummEngine_v60he::convertFilePath(byte *dst) {
if (dst[r - 1] == '/')
break;
}
+ } else if (dst[0] == 'u' && dst[1] == 's') { // Save Game Path (Moonbase Commander)
+ r = 5;
}
debug(1, "convertFilePath: converted filePath is %s", dst + r);