[Scummvm-cvs-logs] SF.net SVN: scummvm:[35610] scummvm/trunk/engines/saga/resource.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Dec 29 16:04:49 CET 2008


Revision: 35610
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35610&view=rev
Author:   thebluegr
Date:     2008-12-29 15:04:46 +0000 (Mon, 29 Dec 2008)

Log Message:
-----------
Silenced MSVC warning

Modified Paths:
--------------
    scummvm/trunk/engines/saga/resource.cpp

Modified: scummvm/trunk/engines/saga/resource.cpp
===================================================================
--- scummvm/trunk/engines/saga/resource.cpp	2008-12-29 14:44:06 UTC (rev 35609)
+++ scummvm/trunk/engines/saga/resource.cpp	2008-12-29 15:04:46 UTC (rev 35610)
@@ -216,7 +216,7 @@
 		bool isCompressed;
 	};
 
-	SoundFileInfo *curSoundfiles;
+	SoundFileInfo *curSoundfiles = 0;
 
 	// If the Wyrmkeep credits file is found, set the Wyrmkeep version flag to true
 	if (Common::File::exists("graphics/credit3n.dlt")) {


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