From 50d328af3a4115a9c81b25e0b4b241144a42c305 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Fri, 22 Jun 2012 17:54:20 +0200 Subject: GOB: Give Geisha and Fascination fallback entries AdLib feature flags --- engines/gob/detection/tables_fallback.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/gob/detection') 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 -- cgit v1.2.3