From 32972a5ffb180c9e8a6a9eae51d0e7564ce76d9e Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 23 Oct 2011 17:52:43 +0100 Subject: AD: Switched rest of the engines to new GUIO --- engines/gob/detection.cpp | 2 +- engines/gob/detection_tables.h | 704 ++++++++++++++++++++--------------------- 2 files changed, 351 insertions(+), 355 deletions(-) (limited to 'engines/gob') diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 9a554b5429..17a2ae3da8 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -91,7 +91,7 @@ class GobMetaEngine : public AdvancedMetaEngine { public: GobMetaEngine() : AdvancedMetaEngine(Gob::gameDescriptions, sizeof(Gob::GOBGameDescription), gobGames) { _singleid = "gob"; - _guioptions = Common::GUIO_NOLAUNCHLOAD; + _guioptions = GUIO1(GUIO_NOLAUNCHLOAD); } virtual GameDescriptor findGame(const char *gameid) const { diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h index 9c13b4f7b8..636044975a 100644 --- a/engines/gob/detection_tables.h +++ b/engines/gob/detection_tables.h @@ -22,10 +22,6 @@ namespace Gob { -using Common::GUIO_NOSPEECH; -using Common::GUIO_NOSUBTITLES; -using Common::GUIO_NONE; - static const GOBGameDescription gameDescriptions[] = { { // Supplied by Florian Zeitz on scummvm-devel { @@ -35,7 +31,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesEGA, @@ -49,7 +45,7 @@ static const GOBGameDescription gameDescriptions[] = { RU_RUS, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesEGA, @@ -63,7 +59,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesNone, @@ -77,7 +73,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -91,7 +87,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformMacintosh, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesNone, @@ -105,7 +101,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformMacintosh, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -119,7 +115,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformMacintosh, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -133,7 +129,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformMacintosh, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -147,7 +143,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformMacintosh, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -161,7 +157,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformMacintosh, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -179,7 +175,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -197,7 +193,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -215,7 +211,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -233,7 +229,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -251,7 +247,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -269,7 +265,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -287,7 +283,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -305,7 +301,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -323,7 +319,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -341,7 +337,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -355,7 +351,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -369,7 +365,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -383,7 +379,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -397,7 +393,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -411,7 +407,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -425,7 +421,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesCD, @@ -439,7 +435,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesCD, @@ -453,7 +449,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesCD, @@ -467,7 +463,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesCD, @@ -481,7 +477,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesCD, @@ -495,7 +491,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesCD, @@ -509,7 +505,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesCD, @@ -523,7 +519,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesCD, @@ -537,7 +533,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesCD, @@ -551,7 +547,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesCD, @@ -565,7 +561,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesCD, @@ -579,7 +575,7 @@ static const GOBGameDescription gameDescriptions[] = { HU_HUN, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesCD, @@ -593,7 +589,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesCD, @@ -607,7 +603,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesCD, @@ -621,7 +617,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesCD, @@ -635,7 +631,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformAmiga, ADGF_DEMO, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesNone, @@ -649,7 +645,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformPC, ADGF_DEMO, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesNone, @@ -663,7 +659,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformPC, ADGF_DEMO, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesNone, @@ -677,7 +673,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_DEMO, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesNone, @@ -691,7 +687,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformCDi, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesAdLib, @@ -705,7 +701,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesNone, @@ -719,7 +715,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesNone, @@ -733,7 +729,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesNone, @@ -747,7 +743,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformAtariST, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesNone, @@ -765,7 +761,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformMacintosh, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -783,7 +779,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformMacintosh, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -797,7 +793,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -811,7 +807,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -825,7 +821,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -839,7 +835,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -853,7 +849,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -867,7 +863,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -881,7 +877,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -895,7 +891,7 @@ static const GOBGameDescription gameDescriptions[] = { RU_RUS, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -909,7 +905,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -927,7 +923,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -945,7 +941,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -963,7 +959,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -981,7 +977,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -999,7 +995,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -1017,7 +1013,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -1031,7 +1027,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -1045,7 +1041,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -1059,7 +1055,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesCD, @@ -1073,7 +1069,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesCD, @@ -1087,7 +1083,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesCD, @@ -1101,7 +1097,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesCD, @@ -1115,7 +1111,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesCD, @@ -1129,7 +1125,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesCD, @@ -1143,7 +1139,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesCD, @@ -1157,7 +1153,7 @@ static const GOBGameDescription gameDescriptions[] = { HU_HUN, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesCD, @@ -1171,7 +1167,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesCD, @@ -1185,7 +1181,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesCD, @@ -1199,7 +1195,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesCD, @@ -1213,7 +1209,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesCD, @@ -1227,7 +1223,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformPC, ADGF_DEMO, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -1241,7 +1237,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformPC, ADGF_DEMO, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -1255,7 +1251,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformAmiga, ADGF_DEMO, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesNone, @@ -1269,7 +1265,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformAmiga, ADGF_DEMO, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesNone, @@ -1287,7 +1283,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeWeen, kFeaturesNone, @@ -1301,7 +1297,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeWeen, kFeaturesNone, @@ -1315,7 +1311,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeWeen, kFeaturesNone, @@ -1329,7 +1325,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeWeen, kFeaturesNone, @@ -1347,7 +1343,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeWeen, kFeaturesNone, @@ -1365,7 +1361,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformAtariST, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeWeen, kFeaturesNone, @@ -1379,7 +1375,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformAtariST, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeWeen, kFeaturesNone, @@ -1393,7 +1389,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeWeen, kFeaturesAdLib, @@ -1407,7 +1403,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeWeen, kFeaturesAdLib, @@ -1421,7 +1417,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeWeen, kFeaturesAdLib, @@ -1435,7 +1431,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeWeen, kFeaturesAdLib, @@ -1449,7 +1445,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeWeen, kFeaturesAdLib, @@ -1463,7 +1459,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeWeen, kFeaturesAdLib, @@ -1477,7 +1473,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformPC, ADGF_DEMO, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeWeen, kFeaturesAdLib, @@ -1491,7 +1487,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformPC, ADGF_DEMO, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeWeen, kFeaturesAdLib, @@ -1505,7 +1501,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeBargon, kFeaturesNone, @@ -1519,7 +1515,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformAtariST, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeBargon, kFeaturesNone, @@ -1533,7 +1529,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeBargon, kFeaturesNone, @@ -1547,7 +1543,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeBargon, kFeaturesNone, @@ -1561,7 +1557,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeBargon, kFeaturesNone, @@ -1575,7 +1571,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeBargon, kFeaturesNone, @@ -1589,7 +1585,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeBargon, kFeaturesNone, @@ -1603,7 +1599,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib | kFeaturesEGA, @@ -1617,7 +1613,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib | kFeaturesEGA, @@ -1631,7 +1627,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib | kFeaturesEGA, @@ -1645,7 +1641,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib | kFeaturesEGA, @@ -1659,7 +1655,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib | kFeaturesEGA, @@ -1677,7 +1673,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesNone, @@ -1691,7 +1687,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib | kFeaturesEGA, @@ -1705,7 +1701,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib | kFeaturesEGA, @@ -1719,7 +1715,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib | kFeaturesEGA, @@ -1733,7 +1729,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib | kFeaturesEGA, @@ -1747,7 +1743,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib | kFeaturesEGA, @@ -1761,7 +1757,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib | kFeaturesEGA, @@ -1775,7 +1771,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib | kFeaturesEGA, @@ -1789,7 +1785,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib | kFeaturesEGA, @@ -1803,7 +1799,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib | kFeaturesEGA, @@ -1817,7 +1813,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib | kFeaturesEGA, @@ -1833,7 +1829,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_PIRATED, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -1847,7 +1843,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -1861,7 +1857,7 @@ static const GOBGameDescription gameDescriptions[] = { HE_ISR, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -1875,7 +1871,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -1889,7 +1885,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -1907,7 +1903,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformMacintosh, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -1921,7 +1917,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesCD, @@ -1935,7 +1931,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesCD, @@ -1949,7 +1945,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesCD, @@ -1963,7 +1959,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesCD, @@ -1977,7 +1973,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesCD, @@ -1991,7 +1987,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesCD, @@ -2005,7 +2001,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesCD, @@ -2019,7 +2015,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesCD, @@ -2033,7 +2029,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesCD, @@ -2047,7 +2043,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesCD, @@ -2061,7 +2057,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesCD, @@ -2075,7 +2071,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesCD, @@ -2089,7 +2085,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -2103,7 +2099,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -2117,7 +2113,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -2131,7 +2127,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -2145,7 +2141,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -2159,7 +2155,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -2177,7 +2173,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -2195,7 +2191,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -2209,7 +2205,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -2227,7 +2223,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -2241,7 +2237,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformPC, ADGF_DEMO, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -2255,7 +2251,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformPC, ADGF_DEMO, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -2269,7 +2265,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeFascination, kFeaturesAdLib, @@ -2283,7 +2279,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeFascination, kFeaturesAdLib, @@ -2297,7 +2293,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeFascination, kFeaturesAdLib, @@ -2311,7 +2307,7 @@ static const GOBGameDescription gameDescriptions[] = { HE_ISR, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeFascination, kFeaturesAdLib, @@ -2325,7 +2321,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeFascination, kFeaturesAdLib, @@ -2339,7 +2335,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeFascination, kFeaturesAdLib, @@ -2353,7 +2349,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeFascination, kFeaturesNone, @@ -2367,7 +2363,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeFascination, kFeaturesNone, @@ -2381,7 +2377,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeFascination, kFeaturesNone, @@ -2395,7 +2391,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeFascination, kFeaturesNone, @@ -2409,7 +2405,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformAtariST, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeFascination, kFeaturesNone, @@ -2423,7 +2419,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES + GUIO1(GUIO_NOSUBTITLES) }, kGameTypeFascination, kFeaturesCD, @@ -2437,7 +2433,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES + GUIO1(GUIO_NOSUBTITLES) }, kGameTypeFascination, kFeaturesCD, @@ -2451,7 +2447,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES + GUIO1(GUIO_NOSUBTITLES) }, kGameTypeFascination, kFeaturesCD, @@ -2465,7 +2461,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES + GUIO1(GUIO_NOSUBTITLES) }, kGameTypeFascination, kFeaturesCD, @@ -2479,7 +2475,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES + GUIO1(GUIO_NOSUBTITLES) }, kGameTypeFascination, kFeaturesCD, @@ -2493,7 +2489,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGeisha, kFeaturesEGA | kFeaturesAdLib, @@ -2507,7 +2503,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGeisha, kFeaturesEGA | kFeaturesAdLib, @@ -2521,7 +2517,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGeisha, kFeaturesEGA, @@ -2535,7 +2531,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -2549,7 +2545,7 @@ static const GOBGameDescription gameDescriptions[] = { HE_ISR, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -2563,7 +2559,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -2581,7 +2577,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -2599,7 +2595,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -2617,7 +2613,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -2635,7 +2631,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformMacintosh, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -2649,7 +2645,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -2663,7 +2659,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -2677,7 +2673,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -2691,7 +2687,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -2705,7 +2701,7 @@ static const GOBGameDescription gameDescriptions[] = { RU_RUS, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -2719,7 +2715,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -2733,7 +2729,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -2747,7 +2743,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesNone, @@ -2761,7 +2757,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesNone, @@ -2779,7 +2775,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -2797,7 +2793,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -2815,7 +2811,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -2829,7 +2825,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -2843,7 +2839,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesCD, @@ -2857,7 +2853,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesCD, @@ -2871,7 +2867,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesCD, @@ -2885,7 +2881,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesCD, @@ -2899,7 +2895,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesCD, @@ -2913,7 +2909,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesCD, @@ -2927,7 +2923,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesCD, @@ -2941,7 +2937,7 @@ static const GOBGameDescription gameDescriptions[] = { HU_HUN, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesCD, @@ -2955,7 +2951,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesCD, @@ -2969,7 +2965,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesCD, @@ -2983,7 +2979,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesCD, @@ -2997,7 +2993,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_DEMO, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -3011,7 +3007,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_DEMO, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -3025,7 +3021,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformPC, ADGF_DEMO, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -3039,7 +3035,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformPC, ADGF_DEMO, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -3053,7 +3049,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeInca2, kFeaturesCD, @@ -3067,7 +3063,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeInca2, kFeaturesCD, @@ -3081,7 +3077,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeInca2, kFeaturesCD, @@ -3095,7 +3091,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeInca2, kFeaturesCD, @@ -3109,7 +3105,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeInca2, kFeaturesCD, @@ -3123,7 +3119,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeInca2, kFeaturesAdLib, @@ -3137,7 +3133,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeInca2, kFeaturesAdLib, @@ -3151,7 +3147,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeInca2, kFeaturesAdLib, @@ -3165,7 +3161,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeInca2, kFeaturesAdLib, @@ -3179,7 +3175,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeInca2, kFeaturesAdLib, @@ -3193,7 +3189,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeInca2, kFeaturesAdLib, @@ -3207,7 +3203,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeInca2, kFeaturesAdLib, @@ -3221,7 +3217,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformWindows, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeInca2, kFeaturesAdLib, @@ -3248,7 +3244,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeInca2, kFeaturesAdLib | kFeaturesBATDemo, @@ -3262,7 +3258,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3276,7 +3272,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3290,7 +3286,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3304,7 +3300,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3318,7 +3314,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3332,7 +3328,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3346,7 +3342,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3360,7 +3356,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3374,7 +3370,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3388,7 +3384,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3402,7 +3398,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3416,7 +3412,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3430,7 +3426,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3444,7 +3440,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3458,7 +3454,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3472,7 +3468,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3486,7 +3482,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3500,7 +3496,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3514,7 +3510,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3528,7 +3524,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3542,7 +3538,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3556,7 +3552,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3570,7 +3566,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3584,7 +3580,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3598,7 +3594,7 @@ static const GOBGameDescription gameDescriptions[] = { PL_POL, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSPEECH + GUIO1(GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -3616,7 +3612,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480 | kFeaturesSCNDemo, @@ -3630,7 +3626,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeDynasty, kFeatures640x480, @@ -3644,7 +3640,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeDynasty, kFeatures640x480, @@ -3658,7 +3654,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeDynasty, kFeatures640x480, @@ -3672,7 +3668,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeDynasty, kFeatures640x480, @@ -3686,7 +3682,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeDynasty, kFeatures640x480, @@ -3700,7 +3696,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformPC, ADGF_DEMO, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeDynasty, kFeatures640x480, @@ -3714,7 +3710,7 @@ static const GOBGameDescription gameDescriptions[] = { UNK_LANG, kPlatformWindows, ADGF_DEMO, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeDynasty, kFeatures640x480, @@ -3728,7 +3724,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformWindows, ADGF_DEMO, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeDynasty, kFeatures640x480, @@ -3742,7 +3738,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeUrban, kFeatures640x480 | kFeaturesTrueColor, @@ -3756,7 +3752,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_USA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeUrban, kFeatures640x480 | kFeaturesTrueColor, @@ -3770,7 +3766,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeUrban, kFeatures640x480 | kFeaturesTrueColor, @@ -3784,7 +3780,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeUrban, kFeatures640x480 | kFeaturesTrueColor, @@ -3798,7 +3794,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeUrban, kFeatures640x480 | kFeaturesTrueColor, @@ -3812,7 +3808,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeUrban, kFeatures640x480 | kFeaturesTrueColor, @@ -3826,7 +3822,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeUrban, kFeatures640x480 | kFeaturesTrueColor, @@ -3845,7 +3841,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeUrban, kFeatures640x480 | kFeaturesTrueColor | kFeaturesSCNDemo, @@ -3863,7 +3859,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -3881,7 +3877,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -3899,7 +3895,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -3917,7 +3913,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -3940,7 +3936,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480 | kFeaturesSCNDemo, @@ -3958,7 +3954,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480 | kFeaturesSCNDemo, @@ -3980,7 +3976,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480 | kFeaturesSCNDemo, @@ -4001,7 +3997,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480 | kFeaturesSCNDemo, @@ -4019,7 +4015,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -4037,7 +4033,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -4055,7 +4051,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -4073,7 +4069,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -4091,7 +4087,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -4109,7 +4105,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -4127,7 +4123,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -4145,7 +4141,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -4163,7 +4159,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -4181,7 +4177,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -4199,7 +4195,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -4217,7 +4213,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -4235,7 +4231,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeBambou, kFeatures640x480, @@ -4253,7 +4249,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -4271,7 +4267,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -4289,7 +4285,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -4303,7 +4299,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi2, kFeaturesNone, @@ -4317,7 +4313,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi2, kFeatures640x480, @@ -4331,7 +4327,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi2, kFeatures640x480, @@ -4345,7 +4341,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi2, kFeaturesNone, @@ -4359,7 +4355,7 @@ static const GOBGameDescription gameDescriptions[] = { ES_ESP, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi2, kFeatures640x480, @@ -4373,7 +4369,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi2, kFeatures640x480, @@ -4387,7 +4383,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi2, kFeatures640x480, @@ -4401,7 +4397,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi2, kFeatures640x480, @@ -4415,7 +4411,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi2, kFeatures640x480, @@ -4429,7 +4425,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi2, kFeatures640x480, @@ -4449,7 +4445,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeAdi2, kFeatures640x480 | kFeaturesSCNDemo, @@ -4463,7 +4459,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi4, kFeatures640x480, @@ -4477,7 +4473,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi4, kFeatures640x480, @@ -4491,7 +4487,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi4, kFeatures640x480, @@ -4505,7 +4501,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi4, kFeatures640x480, @@ -4519,7 +4515,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi4, kFeatures640x480, @@ -4533,7 +4529,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi4, kFeatures640x480, @@ -4547,7 +4543,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi4, kFeaturesNone, @@ -4561,7 +4557,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi4, kFeaturesNone, @@ -4575,7 +4571,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi4, kFeaturesNone, @@ -4589,7 +4585,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi4, kFeatures640x480, @@ -4603,7 +4599,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi4, kFeaturesNone, @@ -4617,7 +4613,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi4, kFeatures640x480, @@ -4631,7 +4627,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_DEMO, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdi4, kFeatures640x480, @@ -4645,7 +4641,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -4659,7 +4655,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeAdibou1, kFeaturesAdLib, @@ -4673,7 +4669,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdibou2, kFeaturesNone, @@ -4687,7 +4683,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdibou2, kFeaturesNone, @@ -4701,7 +4697,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdibou2, kFeaturesNone, @@ -4715,7 +4711,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdibou2, kFeaturesNone, @@ -4729,7 +4725,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdibou2, kFeaturesNone, @@ -4743,7 +4739,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdibou2, kFeaturesNone, @@ -4757,7 +4753,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdibou2, kFeaturesNone, @@ -4771,7 +4767,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdibou2, kFeaturesNone, @@ -4785,7 +4781,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdibou2, kFeaturesNone, @@ -4799,7 +4795,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeAdibou2, kFeaturesNone, @@ -4817,7 +4813,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_GRB, kPlatformPC, ADGF_DEMO, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeAdibou2, kFeatures640x480 | kFeaturesSCNDemo, @@ -4835,7 +4831,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_DEMO, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeAdibou2, kFeatures640x480 | kFeaturesSCNDemo, @@ -4853,7 +4849,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_DEMO, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeAdibou2, kFeatures640x480 | kFeaturesSCNDemo, @@ -4871,7 +4867,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesNone, @@ -4885,7 +4881,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob1, kFeaturesCD, @@ -4899,7 +4895,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -4913,7 +4909,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformMacintosh, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesAdLib, @@ -4927,7 +4923,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob2, kFeaturesCD, @@ -4941,7 +4937,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeBargon, kFeaturesNone, @@ -4955,7 +4951,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesAdLib, @@ -4969,7 +4965,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGob3, kFeaturesCD, @@ -4983,7 +4979,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeWoodruff, kFeatures640x480, @@ -4997,7 +4993,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -5011,7 +5007,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformMacintosh, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesAdLib, @@ -5025,7 +5021,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeLostInTime, kFeaturesCD, @@ -5039,7 +5035,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeUrban, kFeatures640x480 | kFeaturesTrueColor, @@ -5053,7 +5049,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -5067,7 +5063,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -5081,7 +5077,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -5095,7 +5091,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -5109,7 +5105,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -5123,7 +5119,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypePlaytoons, kFeatures640x480, @@ -5137,7 +5133,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeBambou, kFeatures640x480, @@ -5151,7 +5147,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeFascination, kFeaturesNone, @@ -5165,7 +5161,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeGeisha, kFeaturesEGA, @@ -5179,7 +5175,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeAdi2, kFeatures640x480, @@ -5193,7 +5189,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NOSUBTITLES | GUIO_NOSPEECH + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) }, kGameTypeAdi4, kFeatures640x480, @@ -5207,7 +5203,7 @@ static const GOBGameDescription fallbackDescs[] = { UNK_LANG, kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, kGameTypeUrban, kFeaturesAdLib | kFeatures640x480 | kFeaturesSCNDemo, -- cgit v1.2.3