[Scummvm-cvs-logs] CVS: scummvm/scumm script_v100he.cpp,2.184,2.185

kirben kirben at users.sourceforge.net
Mon Jan 9 21:12:03 CET 2006


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

Modified Files:
	script_v100he.cpp 
Log Message:

Reset sound flags for HE100 games.


Index: script_v100he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v100he.cpp,v
retrieving revision 2.184
retrieving revision 2.185
diff -u -d -r2.184 -r2.185
--- script_v100he.cpp	10 Jan 2006 05:00:35 -0000	2.184
+++ script_v100he.cpp	10 Jan 2006 05:11:51 -0000	2.185
@@ -1703,6 +1703,7 @@
 		_heSndOffset = 0;
 		_heSndSoundFreq = 11025;
 		_heSndChannel = VAR(VAR_MUSIC_CHANNEL);
+		_heSndFlags = 0;
 		break;
 	case 133:
 		_heSndFlags |= 128;





More information about the Scummvm-git-logs mailing list