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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Thu Mar 11 20:48:00 CET 2010


Revision: 48236
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48236&view=rev
Author:   drmccoy
Date:     2010-03-11 19:47:59 +0000 (Thu, 11 Mar 2010)

Log Message:
-----------
Removing a debug warning() and adding some comments

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

Modified: scummvm/trunk/graphics/video/coktelvideo/coktelvideo.cpp
===================================================================
--- scummvm/trunk/graphics/video/coktelvideo/coktelvideo.cpp	2010-03-11 06:15:51 UTC (rev 48235)
+++ scummvm/trunk/graphics/video/coktelvideo/coktelvideo.cpp	2010-03-11 19:47:59 UTC (rev 48236)
@@ -128,8 +128,8 @@
 }
 
 bool PreImd::load(Common::SeekableReadStream &stream) {
-	warning("loading preIMD");
-
+	// Since PreIMDs don't have any width and height values stored,
+	// we need them to be specified in the constructor
 	assert((_forcedWidth > 0) && (_forcedHeight > 0));
 
 	unload();
@@ -387,6 +387,7 @@
 	return state;
 }
 
+// Simple blit
 void PreImd::renderFrame() {
 	assert(_vidMem);
 


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