diff options
author | Torbjörn Andersson | 2012-07-15 20:48:43 +0200 |
---|---|---|
committer | Torbjörn Andersson | 2012-07-15 20:48:43 +0200 |
commit | 09d9b0d8c989eb57c9e2254ecf9074cdc1963636 (patch) | |
tree | bebf54dcd66cfee6ff047a851b61bd6526a1c5c7 /engines | |
parent | 9cc7d6c6c5fc260fd88135db3d14fa61841370eb (diff) | |
download | scummvm-rg350-09d9b0d8c989eb57c9e2254ecf9074cdc1963636.tar.gz scummvm-rg350-09d9b0d8c989eb57c9e2254ecf9074cdc1963636.tar.bz2 scummvm-rg350-09d9b0d8c989eb57c9e2254ecf9074cdc1963636.zip |
TONY: Change platform from DOS to Windows
This is cosmetic, just to keep the detector from saying that Tony
Tough is a DOS game.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tony/detection_tables.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/tony/detection_tables.h b/engines/tony/detection_tables.h index e37ba11dbf..f9881c29f2 100644 --- a/engines/tony/detection_tables.h +++ b/engines/tony/detection_tables.h @@ -37,7 +37,7 @@ static const TonyGameDescription gameDescriptions[] = { AD_LISTEND }, Common::EN_ANY, - Common::kPlatformPC, + Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO1(GUIO_NONE) }, @@ -54,7 +54,7 @@ static const TonyGameDescription gameDescriptions[] = { AD_LISTEND }, Common::EN_ANY, - Common::kPlatformPC, + Common::kPlatformWindows, ADGF_DEMO, GUIO1(GUIO_NONE) }, @@ -70,7 +70,7 @@ static const TonyGameDescription gameDescriptions[] = { AD_LISTEND }, Common::EN_ANY, - Common::kPlatformPC, + Common::kPlatformWindows, ADGF_DEMO | GF_COMPRESSED, GUIO1(GUIO_NONE) }, @@ -86,7 +86,7 @@ static const TonyGameDescription gameDescriptions[] = { AD_LISTEND }, Common::FR_FRA, - Common::kPlatformPC, + Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO1(GUIO_NONE) }, @@ -102,7 +102,7 @@ static const TonyGameDescription gameDescriptions[] = { AD_LISTEND }, Common::DE_DEU, - Common::kPlatformPC, + Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO1(GUIO_NONE) }, @@ -118,7 +118,7 @@ static const TonyGameDescription gameDescriptions[] = { AD_LISTEND }, Common::IT_ITA, - Common::kPlatformPC, + Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO1(GUIO_NONE) }, @@ -134,7 +134,7 @@ static const TonyGameDescription gameDescriptions[] = { AD_LISTEND }, Common::PL_POL, - Common::kPlatformPC, + Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO1(GUIO_NONE) }, |