diff options
author | Travis Howell | 2004-01-07 05:08:46 +0000 |
---|---|---|
committer | Travis Howell | 2004-01-07 05:08:46 +0000 |
commit | 5f665202d11e5fc8cca9da9d29f0a0e5251e7a0d (patch) | |
tree | 522a92edc280432d53b72978b6b03065759d5beb /scumm | |
parent | c9c3a83d347a2727e7374a189d344670a0dce02d (diff) | |
download | scummvm-rg350-5f665202d11e5fc8cca9da9d29f0a0e5251e7a0d.tar.gz scummvm-rg350-5f665202d11e5fc8cca9da9d29f0a0e5251e7a0d.tar.bz2 scummvm-rg350-5f665202d11e5fc8cca9da9d29f0a0e5251e7a0d.zip |
Add missing break
svn-id: r12203
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/script_v8.cpp | 1 |
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; |