[Scummvm-cvs-logs] SF.net SVN: scummvm: [22053] scummvm/trunk/engines/simon/sound.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Thu Apr 20 01:47:05 CEST 2006


Revision: 22053
Author:   kirben
Date:     2006-04-20 01:46:46 -0700 (Thu, 20 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22053&view=rev

Log Message:
-----------
Fix typo in switchVoiceFile() for FF

Modified Paths:
--------------
    scummvm/trunk/engines/simon/sound.cpp
Modified: scummvm/trunk/engines/simon/sound.cpp
===================================================================
--- scummvm/trunk/engines/simon/sound.cpp	2006-04-20 08:14:55 UTC (rev 22052)
+++ scummvm/trunk/engines/simon/sound.cpp	2006-04-20 08:46:46 UTC (rev 22053)
@@ -662,7 +662,7 @@
 	}
 #endif
 	if (!_hasVoiceFile) {
-		sprintf(filename, "%s%d.ogg", gss->speech_filename, disc);
+		sprintf(filename, "%s%d.wav", gss->speech_filename, disc);
 		file->open(filename);
 		if (file->isOpen() == false) {
 			warning("switchVoiceFile: Can't load voice file %s", filename);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list