[Scummvm-cvs-logs] SF.net SVN: scummvm:[55463] scummvm/trunk/engines/sword25/fmv/movieplayer. cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Jan 23 15:57:21 CET 2011


Revision: 55463
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55463&view=rev
Author:   thebluegr
Date:     2011-01-23 14:57:21 +0000 (Sun, 23 Jan 2011)

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

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/fmv/movieplayer.cpp

Modified: scummvm/trunk/engines/sword25/fmv/movieplayer.cpp
===================================================================
--- scummvm/trunk/engines/sword25/fmv/movieplayer.cpp	2011-01-23 14:49:50 UTC (rev 55462)
+++ scummvm/trunk/engines/sword25/fmv/movieplayer.cpp	2011-01-23 14:57:21 UTC (rev 55463)
@@ -178,7 +178,7 @@
 	if (!registerScriptBindings())
 		error("Script bindings could not be registered.");
 	else
-		BS_LOGLN("Script bindings registered.");
+		debugC(kDebugScript, "Script bindings registered.");
 }
 
 MoviePlayer::~MoviePlayer() {


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