aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorKirben2016-05-17 16:11:04 +1000
committerKirben2016-05-17 16:11:04 +1000
commit22e5fe8b4e06b93db1edaf8399394428b349d5e5 (patch)
tree84a5e02696a6c85da463c5892bcadf93d4ccf29a /engines
parente5ffd75330cb00372e9e94e08da293cd590dee61 (diff)
downloadscummvm-rg350-22e5fe8b4e06b93db1edaf8399394428b349d5e5.tar.gz
scummvm-rg350-22e5fe8b4e06b93db1edaf8399394428b349d5e5.tar.bz2
scummvm-rg350-22e5fe8b4e06b93db1edaf8399394428b349d5e5.zip
SCUMM: Add missing break in o70_startSound.
Diffstat (limited to 'engines')
-rw-r--r--engines/scumm/he/script_v70he.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/he/script_v70he.cpp b/engines/scumm/he/script_v70he.cpp
index a911487738..b91943c685 100644
--- a/engines/scumm/he/script_v70he.cpp
+++ b/engines/scumm/he/script_v70he.cpp
@@ -71,6 +71,7 @@ void ScummEngine_v70he::o70_startSound() {
value = pop();
_heSndSoundId = pop();
_sound->addSoundToQueue(_heSndSoundId, 0, 0, 8);
+ break;
case 56:
_heSndFlags |= 16;
break;