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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Jul 31 20:26:15 CEST 2007


Revision: 28364
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28364&view=rev
Author:   thebluegr
Date:     2007-07-31 11:26:14 -0700 (Tue, 31 Jul 2007)

Log Message:
-----------
Fixed some warnings

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

Modified: scummvm/trunk/engines/gob/coktelvideo.cpp
===================================================================
--- scummvm/trunk/engines/gob/coktelvideo.cpp	2007-07-31 18:16:33 UTC (rev 28363)
+++ scummvm/trunk/engines/gob/coktelvideo.cpp	2007-07-31 18:26:14 UTC (rev 28364)
@@ -1060,7 +1060,7 @@
 
 CoktelVideo::State Vmd::processFrame(uint16 frame) {
 	State state;
-	int16 xBak, yBak, heightBak, widthBak;
+	int16 xBak = 0, yBak = 0, heightBak = 0, widthBak = 0;
 	bool startSound = false;
 
 	seekFrame(frame);


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