diff options
author | Eugene Sandulenko | 2016-03-28 15:47:56 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-03-28 15:47:56 +0200 |
commit | 674a208a7e28536dedfc7195a533d0a53011aa39 (patch) | |
tree | 4740b4d2656f0a61097d620d1dc3afdd613c5ba9 | |
parent | 57a0944d43c7ca9c68dd8f2d71f73bdbd58295f0 (diff) | |
download | scummvm-rg350-674a208a7e28536dedfc7195a533d0a53011aa39.tar.gz scummvm-rg350-674a208a7e28536dedfc7195a533d0a53011aa39.tar.bz2 scummvm-rg350-674a208a7e28536dedfc7195a533d0a53011aa39.zip |
SAGA: Move IHNM color fix game features to proper spot.
-rw-r--r-- | engines/saga/detection_tables.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h index 91f3395bda..71225ceb2f 100644 --- a/engines/saga/detection_tables.h +++ b/engines/saga/detection_tables.h @@ -729,11 +729,11 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformDOS, - GF_IHNM_COLOR_FIX, + ADGF_NO_FLAGS, GUIO1(GUIO_NOASPECT) }, GID_IHNM, - 0, + GF_IHNM_COLOR_FIX, IHNM_DEFAULT_SCENE, &IHNM_Resources, ARRAYSIZE(IHNMCD_GameFonts), @@ -787,11 +787,11 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::ES_ESP, Common::kPlatformDOS, - GF_IHNM_COLOR_FIX, + ADGF_NO_FLAGS, GUIO1(GUIO_NOASPECT) }, GID_IHNM, - 0, + GF_IHNM_COLOR_FIX, IHNM_DEFAULT_SCENE, &IHNM_Resources, ARRAYSIZE(IHNMCD_GameFonts), @@ -816,11 +816,11 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::FR_FRA, Common::kPlatformDOS, - GF_IHNM_COLOR_FIX, + ADGF_NO_FLAGS, GUIO1(GUIO_NOASPECT) }, GID_IHNM, - 0, + GF_IHNM_COLOR_FIX, IHNM_DEFAULT_SCENE, &IHNM_Resources, ARRAYSIZE(IHNMCD_GameFonts), |