From e797a60e2a34f8f2fc1c6b3ebb6ed89658ac702c Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 18 Oct 2004 00:44:10 +0000 Subject: Extra case used in fbear introduction, no purpose. svn-id: r15599 --- scumm/script_v6he.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scumm') 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. -- cgit v1.2.3