[Scummvm-cvs-logs] SF.net SVN: scummvm:[40752] scummvm/trunk/graphics/video/indeo3.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu May 21 11:58:13 CEST 2009


Revision: 40752
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40752&view=rev
Author:   eriktorbjorn
Date:     2009-05-21 09:58:12 +0000 (Thu, 21 May 2009)

Log Message:
-----------
Added comment and warning message about possibly missing cases.

Modified Paths:
--------------
    scummvm/trunk/graphics/video/indeo3.cpp

Modified: scummvm/trunk/graphics/video/indeo3.cpp
===================================================================
--- scummvm/trunk/graphics/video/indeo3.cpp	2009-05-21 09:56:55 UTC (rev 40751)
+++ scummvm/trunk/graphics/video/indeo3.cpp	2009-05-21 09:58:12 UTC (rev 40752)
@@ -1121,6 +1121,10 @@
 					break;
 
 				default:
+					// FIXME: I've seen case 12 and 13 happen in Urban
+					// Runner. Perhaps it uses a more recent form of
+					// Indeo 3? There appears to have been several.
+					warning("Indeo3::decodeChunk: Unknown case %d", k);
 					return;
 			}
 		}


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