aboutsummaryrefslogtreecommitdiff
path: root/simon/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/game.cpp')
-rw-r--r--simon/game.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/simon/game.cpp b/simon/game.cpp
index 0b0b6ed711..bbab8870ee 100644
--- a/simon/game.cpp
+++ b/simon/game.cpp
@@ -589,7 +589,7 @@ static GameDescription gameDescriptions[] = {
FEEBLEFILES_GameFiles,
GF_OLD_BUNDLE | GF_TALKIE,
Common::EN_USA,
- Common::kPlatformPC,
+ Common::kPlatformWindows,
},
// The Feeble Files - English 4CD
@@ -602,7 +602,7 @@ static GameDescription gameDescriptions[] = {
FEEBLEFILES_GameFiles,
GF_OLD_BUNDLE | GF_TALKIE,
Common::EN_USA,
- Common::kPlatformPC,
+ Common::kPlatformWindows,
},
// The Feeble Files - German 4CD
@@ -615,7 +615,7 @@ static GameDescription gameDescriptions[] = {
FEEBLEFILES_GameFiles,
GF_OLD_BUNDLE | GF_TALKIE,
Common::DE_DEU,
- Common::kPlatformPC,
+ Common::kPlatformWindows,
},
};