[Scummvm-cvs-logs] CVS: scummvm/scumm player_v3a.cpp,1.1,1.2

Travis Howell kirben at users.sourceforge.net
Sun Sep 7 02:40:03 CEST 2003


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

Modified Files:
	player_v3a.cpp 
Log Message:

Fix warning


Index: player_v3a.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/player_v3a.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- player_v3a.cpp	7 Sep 2003 09:33:00 -0000	1.1
+++ player_v3a.cpp	7 Sep 2003 09:39:16 -0000	1.2
@@ -268,8 +268,6 @@
 			pitch -= 24;
 		else if (_scumm->_gameId == GID_LOOM)	// Loom music still has a lot of problems
 			pitch -= 21;			// but this adjustment seems to get it mostly right
-		if (pitch < 0)
-			pitch = 0;
 		int pit = pitch % 12;
 		int oct = (pitch / 12);
 		if (oct > 5)





More information about the Scummvm-git-logs mailing list