mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
Update work around for script bug in Amiga AGA/CD32 verisons of Simon the Sorcerer 1.
svn-id: r25513
This commit is contained in:
parent
0a8a92fd5c
commit
affcd0f808
@ -624,7 +624,7 @@ void AGOSEngine::o_picture() {
|
|||||||
// for vga_res 12701, but only vga_res 12700 exists.
|
// for vga_res 12701, but only vga_res 12700 exists.
|
||||||
if (getGameType() == GType_SIMON1 && getPlatform() == Common::kPlatformAmiga &&
|
if (getGameType() == GType_SIMON1 && getPlatform() == Common::kPlatformAmiga &&
|
||||||
vga_res == 12701) {
|
vga_res == 12701) {
|
||||||
vga_res = 12700;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
_picture8600 = (vga_res == 8600);
|
_picture8600 = (vga_res == 8600);
|
||||||
|
Loading…
Reference in New Issue
Block a user