[Scummvm-cvs-logs] SF.net SVN: scummvm: [25775] scummvm/trunk/engines/kyra/wsamovie.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Feb 21 23:29:46 CET 2007


Revision: 25775
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25775&view=rev
Author:   lordhoto
Date:     2007-02-21 14:29:45 -0800 (Wed, 21 Feb 2007)

Log Message:
-----------
c&p error

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/wsamovie.cpp

Modified: scummvm/trunk/engines/kyra/wsamovie.cpp
===================================================================
--- scummvm/trunk/engines/kyra/wsamovie.cpp	2007-02-21 21:42:37 UTC (rev 25774)
+++ scummvm/trunk/engines/kyra/wsamovie.cpp	2007-02-21 22:29:45 UTC (rev 25775)
@@ -215,7 +215,7 @@
 WSAMovieV2::WSAMovieV2(KyraEngine *vm) : WSAMovieV1(vm), _xAdd(0), _yAdd(0) {}
 
 int WSAMovieV2::open(const char *filename, int unk1, uint8 *palBuf) {
-	debugC(9, kDebugLevelMovie, "WSAMovieV3::open('%s', %d, %p)", filename, unk1, (const void *)palBuf);
+	debugC(9, kDebugLevelMovie, "WSAMovieV2::open('%s', %d, %p)", filename, unk1, (const void *)palBuf);
 	close();
 
 	uint32 flags = 0;


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