[Scummvm-cvs-logs] SF.net SVN: scummvm: [25849] scummvm/trunk/engines/scumm/smush/codec47.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Sun Feb 25 09:37:17 CET 2007
Revision: 25849
http://scummvm.svn.sourceforge.net/scummvm/?rev=25849&view=rev
Author: eriktorbjorn
Date: 2007-02-25 00:37:15 -0800 (Sun, 25 Feb 2007)
Log Message:
-----------
Added comment about the missing decode1 proc.
Modified Paths:
--------------
scummvm/trunk/engines/scumm/smush/codec47.cpp
Modified: scummvm/trunk/engines/scumm/smush/codec47.cpp
===================================================================
--- scummvm/trunk/engines/scumm/smush/codec47.cpp 2007-02-25 07:28:40 UTC (rev 25848)
+++ scummvm/trunk/engines/scumm/smush/codec47.cpp 2007-02-25 08:37:15 UTC (rev 25849)
@@ -560,6 +560,7 @@
memcpy(_curBuf, gfx_data, _frameSize);
break;
case 1:
+ // Used by Outlaws, but not by any SCUMM game.
error("codec47: not implemented decode1 proc");
break;
case 2:
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