aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v1.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2007-09-15 14:53:21 +0000
committerJohannes Schickel2007-09-15 14:53:21 +0000
commitfd6ca3b7acc0c3b73479d4ef139fe6954250800a (patch)
tree4c61f47eee12b36c00b9e91bcff74d3bf24bff2b /engines/kyra/kyra_v1.cpp
parente0659805811ff86fb1c795c44418d62a7892c6de (diff)
downloadscummvm-rg350-fd6ca3b7acc0c3b73479d4ef139fe6954250800a.tar.gz
scummvm-rg350-fd6ca3b7acc0c3b73479d4ef139fe6954250800a.tar.bz2
scummvm-rg350-fd6ca3b7acc0c3b73479d4ef139fe6954250800a.zip
- added PC-98 platform entry
- added Kyrandia 1 PC-98 detection entries svn-id: r28907
Diffstat (limited to 'engines/kyra/kyra_v1.cpp')
-rw-r--r--engines/kyra/kyra_v1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/kyra_v1.cpp b/engines/kyra/kyra_v1.cpp
index 45ee42b0d3..c994325ca9 100644
--- a/engines/kyra/kyra_v1.cpp
+++ b/engines/kyra/kyra_v1.cpp
@@ -180,7 +180,7 @@ int KyraEngine_v1::init() {
initStaticResource();
- if (_flags.platform == Common::kPlatformFMTowns)
+ if (_flags.platform == Common::kPlatformFMTowns || _flags.platform == Common::kPlatformPC98)
_sound->setSoundFileList(_soundFilesTowns, _soundFilesTownsCount);
else
_sound->setSoundFileList(_soundFiles, _soundFilesCount);