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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Sun Aug 8 03:06:15 CEST 2010


Revision: 51917
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51917&view=rev
Author:   drmccoy
Date:     2010-08-08 01:06:15 +0000 (Sun, 08 Aug 2010)

Log Message:
-----------
VIDEO: Make CoktelDecoder::getFrameCoords() virtual

Like it should have been in the first place...
Fixes Woodruff slot-VMD positions.

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

Modified: scummvm/trunk/graphics/video/coktel_decoder.h
===================================================================
--- scummvm/trunk/graphics/video/coktel_decoder.h	2010-08-08 01:05:46 UTC (rev 51916)
+++ scummvm/trunk/graphics/video/coktel_decoder.h	2010-08-08 01:06:15 UTC (rev 51917)
@@ -99,7 +99,7 @@
 	void disableSound();
 
 	/** Return the coordinates of the specified frame. */
-	bool getFrameCoords(int16 frame, int16 &x, int16 &y, int16 &width, int16 &height);
+	virtual bool getFrameCoords(int16 frame, int16 &x, int16 &y, int16 &width, int16 &height);
 
 	/** Return whether that video has any embedded files. */
 	virtual bool hasEmbeddedFiles() const;


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