[Scummvm-cvs-logs] SF.net SVN: scummvm:[35413] scummvm/trunk/engines/gob/video_v6.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Dec 17 17:45:54 CET 2008


Revision: 35413
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35413&view=rev
Author:   thebluegr
Date:     2008-12-17 16:45:53 +0000 (Wed, 17 Dec 2008)

Log Message:
-----------
Fixed bug: not all control paths return a value in savePalLUT()

Modified Paths:
--------------
    scummvm/trunk/engines/gob/video_v6.cpp

Modified: scummvm/trunk/engines/gob/video_v6.cpp
===================================================================
--- scummvm/trunk/engines/gob/video_v6.cpp	2008-12-17 16:06:16 UTC (rev 35412)
+++ scummvm/trunk/engines/gob/video_v6.cpp	2008-12-17 16:45:53 UTC (rev 35413)
@@ -97,6 +97,8 @@
 
 	delete[] pltSave;
 	delete saveFile;
+
+	return true;
 }
 
 void Video_v6::buildPalLUT() {


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