[Scummvm-cvs-logs] SF.net SVN: scummvm:[35461] scummvm/trunk/graphics/dxa_player.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Dec 21 12:47:51 CET 2008


Revision: 35461
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35461&view=rev
Author:   thebluegr
Date:     2008-12-21 11:47:50 +0000 (Sun, 21 Dec 2008)

Log Message:
-----------
Fixed compilation

Modified Paths:
--------------
    scummvm/trunk/graphics/dxa_player.cpp

Modified: scummvm/trunk/graphics/dxa_player.cpp
===================================================================
--- scummvm/trunk/graphics/dxa_player.cpp	2008-12-21 11:02:20 UTC (rev 35460)
+++ scummvm/trunk/graphics/dxa_player.cpp	2008-12-21 11:47:50 UTC (rev 35461)
@@ -88,7 +88,7 @@
 	return _framesCount;
 }
 
-int DXAPlayer::getFrameRate() {
+int32 DXAPlayer::getFrameRate() {
 	if (!_fileStream)
 		return 0;
 	return _framesPerSec;


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