diff options
author | Strangerke | 2011-10-23 21:51:25 +0200 |
---|---|---|
committer | Strangerke | 2011-10-23 21:51:25 +0200 |
commit | 51ed1bc221f63d9aa4363f567a781caae24be0d1 (patch) | |
tree | 572e89a1510ad67682cf08d18b47538d3ac91901 /engines/toon | |
parent | ee9b0ae7bfae2af1d8c0350a772c59ccfa595353 (diff) | |
download | scummvm-rg350-51ed1bc221f63d9aa4363f567a781caae24be0d1.tar.gz scummvm-rg350-51ed1bc221f63d9aa4363f567a781caae24be0d1.tar.bz2 scummvm-rg350-51ed1bc221f63d9aa4363f567a781caae24be0d1.zip |
LAUNCHER: Add GUIO_NOASPECT to Toonstruck
Diffstat (limited to 'engines/toon')
-rw-r--r-- | engines/toon/detection.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/toon/detection.cpp b/engines/toon/detection.cpp index 2afcb589b7..f8eaed47d8 100644 --- a/engines/toon/detection.cpp +++ b/engines/toon/detection.cpp @@ -44,7 +44,7 @@ static const ADGameDescription gameDescriptions[] = { {"study.svl", 0, "281efa3f33f6712c0f641a605f4d40fd", 2511090}, AD_LISTEND }, - Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS, GUIO1(GUIO_NONE) + Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS, GUIO1(GUIO_NOASPECT) }, { "toon", "", @@ -54,7 +54,7 @@ static const ADGameDescription gameDescriptions[] = { {"study.svl", 0, "df056b94ea83f1ed92a539cf636053ab", 2542668}, AD_LISTEND }, - Common::FR_FRA, Common::kPlatformPC, ADGF_NO_FLAGS, GUIO1(GUIO_NONE) + Common::FR_FRA, Common::kPlatformPC, ADGF_NO_FLAGS, GUIO1(GUIO_NOASPECT) }, { "toon", "", @@ -64,7 +64,7 @@ static const ADGameDescription gameDescriptions[] = { {"study.svl", 0, "72fe96a9e10967d3138e918295babc42", 2910283}, AD_LISTEND }, - Common::DE_DEU, Common::kPlatformPC, ADGF_NO_FLAGS, GUIO1(GUIO_NONE) + Common::DE_DEU, Common::kPlatformPC, ADGF_NO_FLAGS, GUIO1(GUIO_NOASPECT) }, { "toon", "", @@ -74,7 +74,7 @@ static const ADGameDescription gameDescriptions[] = { {"study.svl", 0, "b6b1ee2d9d94d53d305856039ab7bde7", 2634620}, AD_LISTEND }, - Common::ES_ESP, Common::kPlatformPC, ADGF_NO_FLAGS, GUIO1(GUIO_NONE) + Common::ES_ESP, Common::kPlatformPC, ADGF_NO_FLAGS, GUIO1(GUIO_NOASPECT) }, { "toon", "", @@ -84,7 +84,7 @@ static const ADGameDescription gameDescriptions[] = { {"generic.svl", 0, "5eb99850ada22f0b8cf6392262d4dd07", 9404599}, AD_LISTEND }, - Common::DE_DEU, Common::kPlatformPC, ADGF_DEMO, GUIO1(GUIO_NONE) + Common::DE_DEU, Common::kPlatformPC, ADGF_DEMO, GUIO1(GUIO_NOASPECT) }, { "toon", "", @@ -93,7 +93,7 @@ static const ADGameDescription gameDescriptions[] = { {"generic.svl", 0, "5c42724bb93b360dca7044d6b7ef26e5", 7739319}, AD_LISTEND }, - Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO1(GUIO_NONE) + Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO1(GUIO_NOASPECT) }, AD_TABLE_END_MARKER |