[Scummvm-cvs-logs] SF.net SVN: scummvm:[40075] scummvm/trunk

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Wed Apr 22 14:44:59 CEST 2009


Revision: 40075
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40075&view=rev
Author:   Kirben
Date:     2009-04-22 12:44:58 +0000 (Wed, 22 Apr 2009)

Log Message:
-----------
Sync.

Modified Paths:
--------------
    scummvm/trunk/NEWS
    scummvm/trunk/engines/agos/vga.cpp

Modified: scummvm/trunk/NEWS
===================================================================
--- scummvm/trunk/NEWS	2009-04-22 12:04:30 UTC (rev 40074)
+++ scummvm/trunk/NEWS	2009-04-22 12:44:58 UTC (rev 40075)
@@ -23,9 +23,12 @@
 
 0.13.1 (2009-04-27)    
  AGOS:
+    - Fixed crash after OmniTV video is played in The Feeble Files
     - Fixed crashes when exploring Jack the Ripper scene in the PC version of
       the Waxworks
     - Fixed palette glitches in the AtariST version of Elvira 2
+    - Fixed noise that can occur when sound effects are played, when exploring 
+      Pyramid scene in the Waxworks
 
  Gob:
     - Fixed a crash in the Italian version of Woodruff

Modified: scummvm/trunk/engines/agos/vga.cpp
===================================================================
--- scummvm/trunk/engines/agos/vga.cpp	2009-04-22 12:04:30 UTC (rev 40074)
+++ scummvm/trunk/engines/agos/vga.cpp	2009-04-22 12:44:58 UTC (rev 40075)
@@ -1147,6 +1147,7 @@
 	if (getGameType() == GType_SIMON2 || getGameType() == GType_FF || getGameType() == GType_PP)
 		vcWriteVar(254, 0);
 
+	// Stop any OmniTV video that is currently been played
 	if (getGameType() == GType_FF || getGameType() == GType_PP)
 		setBitFlag(42, true);
 


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