diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/detection/tables_fallback.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/detection/tables_fallback.h b/engines/gob/detection/tables_fallback.h index e5a5828f2c..2853ee7b4f 100644 --- a/engines/gob/detection/tables_fallback.h +++ b/engines/gob/detection/tables_fallback.h @@ -315,7 +315,7 @@ static const GOBGameDescription fallbackDescs[] = { GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeFascination, - kFeaturesNone, + kFeaturesAdLib, "disk0.stk", 0, 0 }, { //21 @@ -329,7 +329,7 @@ static const GOBGameDescription fallbackDescs[] = { GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGeisha, - kFeaturesEGA, + kFeaturesEGA | kFeaturesAdLib, "disk1.stk", "intro.tot", 0 }, { //22 |