aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/sound.cpp
diff options
context:
space:
mode:
authorNipun Garg2019-07-30 03:50:28 +0530
committerEugene Sandulenko2019-09-03 17:17:30 +0200
commitb8bbc32a89e53f6eb271d848cdb4935494c0f43f (patch)
tree2ee92e4dd65ef50716b8ebe63eca4cab93571b0a /engines/hdb/sound.cpp
parent3acb70c759586faef9a5f9f5131c6da6e17e5f89 (diff)
downloadscummvm-rg350-b8bbc32a89e53f6eb271d848cdb4935494c0f43f.tar.gz
scummvm-rg350-b8bbc32a89e53f6eb271d848cdb4935494c0f43f.tar.bz2
scummvm-rg350-b8bbc32a89e53f6eb271d848cdb4935494c0f43f.zip
HDB: Add support for the PPC version
Diffstat (limited to 'engines/hdb/sound.cpp')
-rw-r--r--engines/hdb/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/sound.cpp b/engines/hdb/sound.cpp
index 5e488460a9..620fd4ae9a 100644
--- a/engines/hdb/sound.cpp
+++ b/engines/hdb/sound.cpp
@@ -1567,7 +1567,7 @@ bool Sound::playSoundEx(int index, int channel, bool loop) {
}
bool Sound::playVoice(int index, int actor) {
- if (!_voicesOn)
+ if (!_voicesOn || g_hdb->isPPC())
return false;
// make sure we aren't playing a line more than once this time (only on CHANNEL 0)