[Scummvm-cvs-logs] CVS: scummvm/scumm imuse.cpp,2.112,2.113 imuse_player.cpp,2.39,2.40

Max Horn fingolfin at users.sourceforge.net
Sun Dec 14 02:43:02 CET 2003


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

Modified Files:
	imuse.cpp imuse_player.cpp 
Log Message:
cleanup

Index: imuse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse.cpp,v
retrieving revision 2.112
retrieving revision 2.113
diff -u -d -r2.112 -r2.113
--- imuse.cpp	16 Nov 2003 20:52:56 -0000	2.112
+++ imuse.cpp	13 Dec 2003 21:06:47 -0000	2.113
@@ -240,7 +240,7 @@
 	// iMuse messiness while upgrading the iMuse engine, but it
 	// is apparently necessary to deal with fade-and-restart
 	// race conditions that were observed in MI2. Reference
-	// Bug #590511 and Patch #607175(which was reversed to fix
+	// Bug #590511 and Patch #607175 (which was reversed to fix
 	// an FOA regression: Bug #622606).
 	player = findActivePlayer(sound);
 	if (!player)

Index: imuse_player.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_player.cpp,v
retrieving revision 2.39
retrieving revision 2.40
diff -u -d -r2.39 -r2.40
--- imuse_player.cpp	16 Nov 2003 20:52:56 -0000	2.39
+++ imuse_player.cpp	13 Dec 2003 21:06:47 -0000	2.40
@@ -98,8 +98,8 @@
 	// but we'll go ahead and do a similar check.
 	ptr = _se->findStartOfSound(sound);
 	if (!ptr) {
-			warning("Player::startSound(): Couldn't find start of sound %d!", sound);
-			return false;
+		warning("Player::startSound(): Couldn't find start of sound %d!", sound);
+		return false;
 	}
 
 	_isMT32 = _se->isMT32(sound);





More information about the Scummvm-git-logs mailing list