[Scummvm-cvs-logs] SF.net SVN: scummvm: [24127] scummvm/trunk/engines/agos/contain.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Thu Oct 5 21:11:14 CEST 2006
Revision: 24127
http://svn.sourceforge.net/scummvm/?rev=24127&view=rev
Author: lordhoto
Date: 2006-10-05 12:11:09 -0700 (Thu, 05 Oct 2006)
Log Message:
-----------
Silenced warning of msvc8.
Modified Paths:
--------------
scummvm/trunk/engines/agos/contain.cpp
Modified: scummvm/trunk/engines/agos/contain.cpp
===================================================================
--- scummvm/trunk/engines/agos/contain.cpp 2006-10-05 19:10:04 UTC (rev 24126)
+++ scummvm/trunk/engines/agos/contain.cpp 2006-10-05 19:11:09 UTC (rev 24127)
@@ -32,7 +32,7 @@
Item *z = derefItem(x->parent);
SubObject *o = (SubObject *)findChildOfType(y, 2);
int ct;
- int cap;
+ int cap = 0;
if (o == NULL)
return(0); /* Fits Fine */
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