[Scummvm-cvs-logs] CVS: scummvm/scumm player_v2.cpp,2.5,2.6

Max Horn fingolfin at users.sourceforge.net
Sat May 31 10:30:11 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv1872

Modified Files:
	player_v2.cpp 
Log Message:
fixed warning

Index: player_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/player_v2.cpp,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -d -r2.5 -r2.6
--- player_v2.cpp	31 May 2003 16:54:46 -0000	2.5
+++ player_v2.cpp	31 May 2003 17:29:47 -0000	2.6
@@ -859,7 +859,6 @@
 
 void Player_V2::generateSpkSamples(int16 *data, int len) {
 	int winning_channel = -1;
-	int freq;
 	for (int i = 0; i < 4; i++) {
 		if (winning_channel == -1
 		    && channels[i].d.volume





More information about the Scummvm-git-logs mailing list