aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTorbjörn Andersson2012-07-15 20:48:43 +0200
committerTorbjörn Andersson2012-07-15 20:48:43 +0200
commit09d9b0d8c989eb57c9e2254ecf9074cdc1963636 (patch)
treebebf54dcd66cfee6ff047a851b61bd6526a1c5c7 /engines
parent9cc7d6c6c5fc260fd88135db3d14fa61841370eb (diff)
downloadscummvm-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.h14
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)
},