[Scummvm-cvs-logs] SF.net SVN: scummvm:[43300] scummvm/branches/branch-1-0-0/engines/agos/ event.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Wed Aug 12 03:25:06 CEST 2009


Revision: 43300
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43300&view=rev
Author:   Kirben
Date:     2009-08-12 01:25:06 +0000 (Wed, 12 Aug 2009)

Log Message:
-----------
Backport fix for bug #2835822 - SSPP: Sounds from DIMP appearing randomly in other games.

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/engines/agos/event.cpp

Modified: scummvm/branches/branch-1-0-0/engines/agos/event.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/engines/agos/event.cpp	2009-08-12 01:21:25 UTC (rev 43299)
+++ scummvm/branches/branch-1-0-0/engines/agos/event.cpp	2009-08-12 01:25:06 UTC (rev 43300)
@@ -557,7 +557,8 @@
 	_lastTickCount = _system->getMillis();
 
 	AGOSEngine_Feeble::timerProc();
-	dimpIdle();
+	if (getGameId() == GID_DIMP)
+		dimpIdle();
 }
 
 void AGOSEngine_Feeble::timerProc() {


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