[Scummvm-cvs-logs] SF.net SVN: scummvm:[36122] scummvm/trunk/engines/tinsel/saveload.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Wed Jan 28 22:11:18 CET 2009


Revision: 36122
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36122&view=rev
Author:   eriktorbjorn
Date:     2009-01-28 21:11:18 +0000 (Wed, 28 Jan 2009)

Log Message:
-----------
Silence GCC warning.

Modified Paths:
--------------
    scummvm/trunk/engines/tinsel/saveload.cpp

Modified: scummvm/trunk/engines/tinsel/saveload.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/saveload.cpp	2009-01-28 10:28:32 UTC (rev 36121)
+++ scummvm/trunk/engines/tinsel/saveload.cpp	2009-01-28 21:11:18 UTC (rev 36122)
@@ -383,7 +383,7 @@
 }
 
 static void DoSync(Serializer &s) {
-	int	sg;
+	int	sg = 0;
 
 	if (TinselV2) {
 		if (s.isSaving())


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