Skip to content

Commit

Permalink
TONY: Change platform from DOS to Windows
Browse files Browse the repository at this point in the history
This is cosmetic, just to keep the detector from saying that Tony
Tough is a DOS game.
  • Loading branch information
Torbjörn Andersson committed Jul 15, 2012
1 parent 9cc7d6c commit 09d9b0d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions engines/tony/detection_tables.h
Expand Up @@ -37,7 +37,7 @@ static const TonyGameDescription gameDescriptions[] = {
AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformPC,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
},
Expand All @@ -54,7 +54,7 @@ static const TonyGameDescription gameDescriptions[] = {
AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformPC,
Common::kPlatformWindows,
ADGF_DEMO,
GUIO1(GUIO_NONE)
},
Expand All @@ -70,7 +70,7 @@ static const TonyGameDescription gameDescriptions[] = {
AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformPC,
Common::kPlatformWindows,
ADGF_DEMO | GF_COMPRESSED,
GUIO1(GUIO_NONE)
},
Expand All @@ -86,7 +86,7 @@ static const TonyGameDescription gameDescriptions[] = {
AD_LISTEND
},
Common::FR_FRA,
Common::kPlatformPC,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
},
Expand All @@ -102,7 +102,7 @@ static const TonyGameDescription gameDescriptions[] = {
AD_LISTEND
},
Common::DE_DEU,
Common::kPlatformPC,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
},
Expand All @@ -118,7 +118,7 @@ static const TonyGameDescription gameDescriptions[] = {
AD_LISTEND
},
Common::IT_ITA,
Common::kPlatformPC,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
},
Expand All @@ -134,7 +134,7 @@ static const TonyGameDescription gameDescriptions[] = {
AD_LISTEND
},
Common::PL_POL,
Common::kPlatformPC,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
},
Expand Down

0 comments on commit 09d9b0d

Please sign in to comment.