aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v5.cpp')
-rw-r--r--scumm/script_v5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index cca3d1ab86..2e6777609c 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -2044,7 +2044,7 @@ void Scumm_v5::o5_startMusic() {
break;
}
warning("unknown: o5_startMusic(%d)", b);
- setResult(0);
+ setResult(result);
} else {
_sound->addSoundToQueue(getVarOrDirectByte(0x80));
}