[Scummvm-cvs-logs] CVS: scummvm/scumm/imuse_digi dimuse_sndmgr.cpp,1.22,1.23

Max Horn fingolfin at users.sourceforge.net
Thu Jan 15 12:38:02 CET 2004


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

Modified Files:
	dimuse_sndmgr.cpp 
Log Message:
pedantic change

Index: dimuse_sndmgr.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse_sndmgr.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- dimuse_sndmgr.cpp	15 Jan 2004 06:37:00 -0000	1.22
+++ dimuse_sndmgr.cpp	15 Jan 2004 20:37:26 -0000	1.23
@@ -242,7 +242,7 @@
 		} else {
 			error("ImuseDigiSndMgr::openSound() Don't know how load sound: %d", soundId);
 		}
-	} else if (soundName != NULL) {
+	} else {
 		if (soundType == IMUSE_BUNDLE) {
 			bool header_outside = ((_vm->_gameId == GID_CMI) && !(_vm->_features & GF_DEMO));
 			if (soundGroup == IMUSE_VOICE)





More information about the Scummvm-git-logs mailing list