mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +00:00
SCI: Add another LB2 floppy selector name for an uninit'd workaround (bug #3036291)
svn-id: r51565
This commit is contained in:
parent
2b7e58ae9b
commit
b02a326b89
@ -176,11 +176,12 @@ Common::StringArray Kernel::checkStaticSelectorNames() {
|
||||
|
||||
names[110] = "init";
|
||||
} else if (g_sci->getGameId() == GID_LAURABOW2) {
|
||||
// The floppy of version needs the open selector set to match up with the CD version's
|
||||
// workaround - bug #3035694
|
||||
// The floppy of version needs the open and changeState selectors set to match up with the
|
||||
// CD version's workarounds - bugs #3035694 and #3036291
|
||||
if (names.size() < 190)
|
||||
names.resize(190);
|
||||
|
||||
names[144] = "changeState";
|
||||
names[189] = "open";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user