aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-10-18 00:44:10 +0000
committerTravis Howell2004-10-18 00:44:10 +0000
commite797a60e2a34f8f2fc1c6b3ebb6ed89658ac702c (patch)
treeddb25c12c381949c473a5ca521dfbb504991658e /scumm
parent3ebaf08d6cd738a4b6a977d27b1589e967910585 (diff)
downloadscummvm-rg350-e797a60e2a34f8f2fc1c6b3ebb6ed89658ac702c.tar.gz
scummvm-rg350-e797a60e2a34f8f2fc1c6b3ebb6ed89658ac702c.tar.bz2
scummvm-rg350-e797a60e2a34f8f2fc1c6b3ebb6ed89658ac702c.zip
Extra case used in fbear introduction, no purpose.
svn-id: r15599
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v6he.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp
index bcac573eea..6ac7abc17b 100644
--- a/scumm/script_v6he.cpp
+++ b/scumm/script_v6he.cpp
@@ -1161,6 +1161,9 @@ void ScummEngine_v60he::o60_soundOps() {
case 0xde:
_imuse->set_music_volume(arg);
break;
+ case 0xdf:
+ // Used in fbear introduction
+ break;
case 0xe0:
// Fatty Bear's Birthday surprise uses this when playing the
// piano, but only when using one of the digitized instruments.