aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/agos.cpp')
-rw-r--r--engines/agos/agos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/agos.cpp b/engines/agos/agos.cpp
index 73a37e42ef..359a6f7289 100644
--- a/engines/agos/agos.cpp
+++ b/engines/agos/agos.cpp
@@ -580,7 +580,7 @@ Common::Error AGOSEngine::init() {
if ((getGameType() == GType_SIMON2 && getPlatform() == Common::kPlatformWindows) ||
(getGameType() == GType_SIMON1 && getPlatform() == Common::kPlatformWindows) ||
((getFeatures() & GF_TALKIE) && getPlatform() == Common::kPlatformAcorn) ||
- (getPlatform() == Common::kPlatformPC)) {
+ (getPlatform() == Common::kPlatformDOS)) {
int ret = _midi->open(getGameType());
if (ret)