[Scummvm-cvs-logs] CVS: scummvm/gob music.cpp,1.2,1.3

Pawel Kolodziejski aquadran at users.sourceforge.net
Sun Jan 8 04:43:03 CET 2006


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

Modified Files:
	music.cpp 
Log Message:
fixed warnings, I guess that should to be

Index: music.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/music.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- music.cpp	7 Jan 2006 23:34:35 -0000	1.2
+++ music.cpp	8 Jan 2006 12:42:06 -0000	1.3
@@ -178,7 +178,7 @@
 			writeOPL(0xE0 | channel, (strct[26] & 3));
 		else
 			writeOPL(0xE0 | channel, (strct[14] & 3));
-		if (i & set)
+		if (i && set)
 			writeOPL(0x40 | channel, 0);
 	}
 }





More information about the Scummvm-git-logs mailing list