aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v8.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-01-07 05:08:46 +0000
committerTravis Howell2004-01-07 05:08:46 +0000
commit5f665202d11e5fc8cca9da9d29f0a0e5251e7a0d (patch)
tree522a92edc280432d53b72978b6b03065759d5beb /scumm/script_v8.cpp
parentc9c3a83d347a2727e7374a189d344670a0dce02d (diff)
downloadscummvm-rg350-5f665202d11e5fc8cca9da9d29f0a0e5251e7a0d.tar.gz
scummvm-rg350-5f665202d11e5fc8cca9da9d29f0a0e5251e7a0d.tar.bz2
scummvm-rg350-5f665202d11e5fc8cca9da9d29f0a0e5251e7a0d.zip
Add missing break
svn-id: r12203
Diffstat (limited to 'scumm/script_v8.cpp')
-rw-r--r--scumm/script_v8.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp
index 61fec48cbb..389ef96e0a 100644
--- a/scumm/script_v8.cpp
+++ b/scumm/script_v8.cpp
@@ -1481,6 +1481,7 @@ void ScummEngine_v8::o8_kernelGetFunctions() {
break;
case 0xE2: // musicLipSyncWidth
push(_imuseDigital->getCurMusicLipSyncWidth());
+ break;
case 0xE3: // musicLipSyncHeight
push(_imuseDigital->getCurMusicLipSyncHeight());
break;