diff options
Diffstat (limited to 'engines/cine/script_os.cpp')
-rw-r--r-- | engines/cine/script_os.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/script_os.cpp b/engines/cine/script_os.cpp index b452d9a8ee..84bb484369 100644 --- a/engines/cine/script_os.cpp +++ b/engines/cine/script_os.cpp @@ -421,7 +421,7 @@ int FWScript::o2_playSampleAlt() { size = g_cine->_animDataTable[num]._width * g_cine->_animDataTable[num]._height; } if (g_cine->_animDataTable[num].data()) { - if (g_cine->getPlatform() == Common::kPlatformPC) { + if (g_cine->getPlatform() == Common::kPlatformDOS) { // if speaker output is available, play sound on it // if it's another device, don't play anything // TODO: implement this, it's used in the introduction for example |