mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
Correctly fix position of icons in AtariST version of Elvira 2.
svn-id: r39011
This commit is contained in:
parent
7ee049ab8f
commit
3571da7a94
@ -874,6 +874,10 @@ void AGOSEngine::setupGame() {
|
||||
_videoWindows[i] = initialVideoWindows_Common[i];
|
||||
}
|
||||
}
|
||||
|
||||
if (getGameType() == GType_ELVIRA2 && getPlatform() == Common::kPlatformAtariST) {
|
||||
_videoWindows[9] = 75;
|
||||
}
|
||||
}
|
||||
|
||||
AGOSEngine::~AGOSEngine() {
|
||||
|
@ -595,13 +595,6 @@ void AGOSEngine::vc10_draw() {
|
||||
flags = vcReadNextWord();
|
||||
}
|
||||
|
||||
if (getGameType() == GType_ELVIRA2 && getPlatform() == Common::kPlatformAtariST) {
|
||||
if (((image >= 11 && image <= 16) || (image >= 195 && image <= 198)) &&
|
||||
_zoneNumber == 1) {
|
||||
y += 75;
|
||||
}
|
||||
}
|
||||
|
||||
drawImage_init(image, palette, x, y, flags);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user