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

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


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

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

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

Modified: scummvm/trunk/engines/agos/event.cpp
===================================================================
--- scummvm/trunk/engines/agos/event.cpp	2009-08-12 01:05:41 UTC (rev 43298)
+++ scummvm/trunk/engines/agos/event.cpp	2009-08-12 01:21:25 UTC (rev 43299)
@@ -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