[Scummvm-cvs-logs] SF.net SVN: scummvm: [24316] scummvm/trunk/engines/agos/res.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sat Oct 14 16:38:30 CEST 2006


Revision: 24316
          http://svn.sourceforge.net/scummvm/?rev=24316&view=rev
Author:   kirben
Date:     2006-10-14 07:38:25 -0700 (Sat, 14 Oct 2006)

Log Message:
-----------
Remove excess stopVoice code for PP, which isn't required under ScummVM

Modified Paths:
--------------
    scummvm/trunk/engines/agos/res.cpp

Modified: scummvm/trunk/engines/agos/res.cpp
===================================================================
--- scummvm/trunk/engines/agos/res.cpp	2006-10-14 14:29:14 UTC (rev 24315)
+++ scummvm/trunk/engines/agos/res.cpp	2006-10-14 14:38:25 UTC (rev 24316)
@@ -638,10 +638,6 @@
 	uint32 file, offs, srcSize, dstSize;
 	uint extraBuffer = 0;
 
-	if (getGameType() == GType_PP) {
-		_sound->stopVoice();
-	}
-
 	if (getGameType() == GType_SIMON1 || getGameType() == GType_SIMON2) {
 		// !!! HACK !!!
 		// Allocate more space for text to cope with foreign languages that use


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