Extra case used in fbear introduction, no purpose.
svn-id: r15599
This commit is contained in:
parent
3ebaf08d6c
commit
e797a60e2a
1 changed files with 3 additions and 0 deletions
|
@ -1161,6 +1161,9 @@ void ScummEngine_v60he::o60_soundOps() {
|
||||||
case 0xde:
|
case 0xde:
|
||||||
_imuse->set_music_volume(arg);
|
_imuse->set_music_volume(arg);
|
||||||
break;
|
break;
|
||||||
|
case 0xdf:
|
||||||
|
// Used in fbear introduction
|
||||||
|
break;
|
||||||
case 0xe0:
|
case 0xe0:
|
||||||
// Fatty Bear's Birthday surprise uses this when playing the
|
// Fatty Bear's Birthday surprise uses this when playing the
|
||||||
// piano, but only when using one of the digitized instruments.
|
// piano, but only when using one of the digitized instruments.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue