GLK: SCOTT: Fix inverted condition

This commit is contained in:
angstsmurf 2023-02-21 04:36:34 +01:00 committed by Paul Gilbert
parent b3b438d1d2
commit ba1836aacf

View File

@ -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();
}