diff options
author | Strangerke | 2011-10-24 06:22:09 +0200 |
---|---|---|
committer | Strangerke | 2011-10-24 06:22:09 +0200 |
commit | a651a416cd6afa3820677bed9cfba3e61f7de327 (patch) | |
tree | e785167ffb20d08c971de26120c8f1c9958e9abf /engines | |
parent | 5b3b73c523f9a403f355ee7ab0f2a84003213c2d (diff) | |
download | scummvm-rg350-a651a416cd6afa3820677bed9cfba3e61f7de327.tar.gz scummvm-rg350-a651a416cd6afa3820677bed9cfba3e61f7de327.tar.bz2 scummvm-rg350-a651a416cd6afa3820677bed9cfba3e61f7de327.zip |
LASTEXPRESS: Add GUIO_NOASPECT to Last Express
Diffstat (limited to 'engines')
-rw-r--r-- | engines/lastexpress/detection.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/engines/lastexpress/detection.cpp b/engines/lastexpress/detection.cpp index e2133c0929..82a6520522 100644 --- a/engines/lastexpress/detection.cpp +++ b/engines/lastexpress/detection.cpp @@ -48,7 +48,7 @@ static const ADGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformUnknown, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, // The Last Express (English) - UK Broderbund Release @@ -66,7 +66,7 @@ static const ADGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformUnknown, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, // The Last Express (English) - Interplay Release @@ -84,7 +84,7 @@ static const ADGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformUnknown, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, // The Last Express (Demo - English) - Broderbund @@ -99,7 +99,7 @@ static const ADGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformUnknown, ADGF_DEMO | ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, // The Last Express (French) - Broderbund Release @@ -117,7 +117,7 @@ static const ADGameDescription gameDescriptions[] = { Common::FR_FRA, Common::kPlatformUnknown, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, // The Last Express (German) @@ -135,7 +135,7 @@ static const ADGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformUnknown, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, // The Last Express (Spanish) @@ -153,7 +153,7 @@ static const ADGameDescription gameDescriptions[] = { Common::ES_ESP, Common::kPlatformUnknown, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, // The Last Express (Italian) @@ -171,7 +171,7 @@ static const ADGameDescription gameDescriptions[] = { Common::IT_ITA, Common::kPlatformUnknown, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, // The Last Express (Russian) @@ -189,7 +189,7 @@ static const ADGameDescription gameDescriptions[] = { Common::RU_RUS, Common::kPlatformUnknown, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, AD_TABLE_END_MARKER |