mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
GLK: SCOTT: Fix inverted condition
This commit is contained in:
parent
b3b438d1d2
commit
ba1836aacf
@ -252,7 +252,7 @@ void loadGameFile(Common::SeekableReadStream *f) {
|
||||
break;
|
||||
}
|
||||
|
||||
if (!(_G(_game)->_subType & (C64 | MYSTERIOUS))) {
|
||||
if ((_G(_game)->_subType & (C64 | MYSTERIOUS)) == (MYSTERIOUS | C64)) {
|
||||
mysterious64Sysmess();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user