From bab4b6f7295f6fb960ebbf44b009bd6adbd0d33e Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 16 Nov 2011 22:38:58 +0100 Subject: LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE) --- engines/gob/detection_tables.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'engines/gob') diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h index fb4b9e170f..a88ddcc734 100644 --- a/engines/gob/detection_tables.h +++ b/engines/gob/detection_tables.h @@ -4299,7 +4299,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdi2, kFeaturesNone, @@ -4341,7 +4341,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdi2, kFeaturesNone, @@ -4669,7 +4669,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, @@ -4683,7 +4683,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, @@ -4697,7 +4697,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, @@ -4711,7 +4711,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, @@ -4725,7 +4725,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, @@ -4739,7 +4739,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, @@ -4753,7 +4753,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, @@ -4767,7 +4767,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, @@ -4781,7 +4781,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, @@ -4795,7 +4795,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, -- cgit v1.2.3