aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.cpp
diff options
context:
space:
mode:
authorTravis Howell2009-03-01 06:43:46 +0000
committerTravis Howell2009-03-01 06:43:46 +0000
commit3571da7a94a4eb00cd6f793fc190c3164e5dd5b0 (patch)
treef5f28d410295794c69442e4e597996833df190c2 /engines/agos/agos.cpp
parent7ee049ab8f24500171ec56233d686e241ccf52c5 (diff)
downloadscummvm-rg350-3571da7a94a4eb00cd6f793fc190c3164e5dd5b0.tar.gz
scummvm-rg350-3571da7a94a4eb00cd6f793fc190c3164e5dd5b0.tar.bz2
scummvm-rg350-3571da7a94a4eb00cd6f793fc190c3164e5dd5b0.zip
Correctly fix position of icons in AtariST version of Elvira 2.
svn-id: r39011
Diffstat (limited to 'engines/agos/agos.cpp')
-rw-r--r--engines/agos/agos.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/agos/agos.cpp b/engines/agos/agos.cpp
index 2151728cac..f8681b7a94 100644
--- a/engines/agos/agos.cpp
+++ b/engines/agos/agos.cpp
@@ -874,6 +874,10 @@ void AGOSEngine::setupGame() {
_videoWindows[i] = initialVideoWindows_Common[i];
}
}
+
+ if (getGameType() == GType_ELVIRA2 && getPlatform() == Common::kPlatformAtariST) {
+ _videoWindows[9] = 75;
+ }
}
AGOSEngine::~AGOSEngine() {