aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v72he.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-03-13 10:00:10 +0000
committerTravis Howell2006-03-13 10:00:10 +0000
commitc6082389a2021134d51cf71f407b00095a66d631 (patch)
tree7b06c727b2a05b9238c5024dc962b710ed2ca8cd /engines/scumm/he/script_v72he.cpp
parent8f8d7b6e0740985cfc31e3f0a80c2f8ebafb8761 (diff)
downloadscummvm-rg350-c6082389a2021134d51cf71f407b00095a66d631.tar.gz
scummvm-rg350-c6082389a2021134d51cf71f407b00095a66d631.tar.bz2
scummvm-rg350-c6082389a2021134d51cf71f407b00095a66d631.zip
Confirmed it is safe to remove workaround for Macintosh HE99 version of water.
svn-id: r21253
Diffstat (limited to 'engines/scumm/he/script_v72he.cpp')
-rw-r--r--engines/scumm/he/script_v72he.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/scumm/he/script_v72he.cpp b/engines/scumm/he/script_v72he.cpp
index 633b8d6966..105ff8cb6b 100644
--- a/engines/scumm/he/script_v72he.cpp
+++ b/engines/scumm/he/script_v72he.cpp
@@ -1759,13 +1759,6 @@ void ScummEngine_v72he::o72_openFile() {
debug(1,"Original filename %s", filename);
- // WORKAROUND: For filename difference in Macintosh version of water.
- // Uses HE7 filename of 'Water (7)' instead of 'Water Worries (7)'.
- if (_game.id == GID_WATER && _game.heversion == 99 && _game.platform == Common::kPlatformMacintosh &&
- !strcmp((char *)filename, "Water Worries (7)")) {
- strcpy((char *)filename, "Water (7)");
- }
-
int r = convertFilePath(filename);
debug(1,"Final filename to %s", filename + r);