[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.356,1.357
Travis Howell
kirben at users.sourceforge.net
Mon Jul 12 02:27:00 CEST 2004
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10836/scumm
Modified Files:
script_v6.cpp
Log Message:
Should be right this time.
Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.356
retrieving revision 1.357
diff -u -d -r1.356 -r1.357
--- script_v6.cpp 12 Jul 2004 06:22:40 -0000 1.356
+++ script_v6.cpp 12 Jul 2004 09:26:30 -0000 1.357
@@ -1027,7 +1027,7 @@
if (_features & GF_DIGI_IMUSE)
_imuseDigital->startSfx(pop(), 64);
else {
- if (_gameId == GID_HEGAME) {
+ if (_heversion == 60) {
// Seems to range between 952 - 9000
// In Fatty Bear's Birthday Surprise the piano uses offsets 1 - 23 to
// indicate which note to play, but only when using the standard piano
More information about the Scummvm-git-logs
mailing list