[Scummvm-cvs-logs] CVS: scummvm/scumm/imuse_digi dimuse.h,1.23,1.24

Pawel Kolodziejski aquadran at users.sourceforge.net
Sun Jan 18 08:08:02 CET 2004


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

Modified Files:
	dimuse.h 
Log Message:
removed no needed call

Index: dimuse.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- dimuse.h	18 Jan 2004 16:02:10 -0000	1.23
+++ dimuse.h	18 Jan 2004 16:07:49 -0000	1.24
@@ -117,8 +117,6 @@
 
 	void startVoice(int soundId, AudioStream *input)
 		{ debug(5, "startVoiceStream(%d)", soundId); startSound(soundId, NULL, 0, IMUSE_VOICE, input, false, 0, 127); }
-	void startVoice(int soundId)
-		{ debug(5, "startVoiceBundle(%d)", soundId); startSound(soundId, NULL, IMUSE_BUNDLE, IMUSE_VOICE, NULL, false, 0, 127); }
 	void startVoice(int soundId, const char *soundName)
 		{ debug(5, "startVoiceBundle(%s)", soundName); startSound(soundId, soundName, IMUSE_BUNDLE, IMUSE_VOICE, NULL, false, 0, 127); }
 	void startMusic(int soundId, bool sequence, int volume)





More information about the Scummvm-git-logs mailing list