[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.357,1.358

Travis Howell kirben at users.sourceforge.net
Mon Jul 12 06:29:01 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15812/scumm

Modified Files:
	script_v6.cpp 
Log Message:

Too Many HE versions.


Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.357
retrieving revision 1.358
diff -u -d -r1.357 -r1.358
--- script_v6.cpp	12 Jul 2004 09:26:30 -0000	1.357
+++ script_v6.cpp	12 Jul 2004 13:27:59 -0000	1.358
@@ -1027,7 +1027,7 @@
 	if (_features & GF_DIGI_IMUSE)
 		_imuseDigital->startSfx(pop(), 64);
 	else {
-		if (_heversion == 60) {
+		if ((_features & GF_HUMONGOUS) && (_gameId != GID_PUTTDEMO)) {
 			// 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