[Scummvm-cvs-logs] scummvm master -> 674a208a7e28536dedfc7195a533d0a53011aa39
sev-
sev at scummvm.org
Mon Mar 28 15:48:21 CEST 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
674a208a7e SAGA: Move IHNM color fix game features to proper spot.
Commit: 674a208a7e28536dedfc7195a533d0a53011aa39
https://github.com/scummvm/scummvm/commit/674a208a7e28536dedfc7195a533d0a53011aa39
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-28T15:47:56+02:00
Commit Message:
SAGA: Move IHNM color fix game features to proper spot.
Changed paths:
engines/saga/detection_tables.h
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h
index 91f3395..71225ce 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),
More information about the Scummvm-git-logs
mailing list