[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6he.cpp,2.137,2.138
Travis Howell
kirben at users.sourceforge.net
Sun Oct 17 17:45:08 CEST 2004
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8840/scumm
Modified Files:
script_v6he.cpp
Log Message:
Extra case used in fbear introduction, no purpose.
Index: script_v6he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6he.cpp,v
retrieving revision 2.137
retrieving revision 2.138
diff -u -d -r2.137 -r2.138
--- script_v6he.cpp 17 Oct 2004 13:14:21 -0000 2.137
+++ script_v6he.cpp 18 Oct 2004 00:44:10 -0000 2.138
@@ -1161,6 +1161,9 @@
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.
More information about the Scummvm-git-logs
mailing list