[Scummvm-cvs-logs] SF.net SVN: scummvm:[44016] scummvm/trunk/graphics/video/avi_player.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Sep 9 00:03:28 CEST 2009


Revision: 44016
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44016&view=rev
Author:   fingolfin
Date:     2009-09-08 22:03:28 +0000 (Tue, 08 Sep 2009)

Log Message:
-----------
Fix what looks like a typo bug in the AVI player

Modified Paths:
--------------
    scummvm/trunk/graphics/video/avi_player.h

Modified: scummvm/trunk/graphics/video/avi_player.h
===================================================================
--- scummvm/trunk/graphics/video/avi_player.h	2009-09-08 22:03:07 UTC (rev 44015)
+++ scummvm/trunk/graphics/video/avi_player.h	2009-09-08 22:03:28 UTC (rev 44016)
@@ -196,7 +196,7 @@
 	void close();
 	
 	uint32 getFrameRate() { return _vidsHeader.rate / _vidsHeader.scale; }
-	byte *getPalette() { return _palette; _dirtyPalette = false; }
+	byte *getPalette() { _dirtyPalette = false; return _palette; }
 	Surface *getNextFrame();
 	bool dirtyPalette() { return _dirtyPalette; }
 	uint32 getCurFrame() { return _curFrame; }


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