Silenced warning of msvc8.

svn-id: r24127
This commit is contained in:
Johannes Schickel 2006-10-05 19:11:09 +00:00
parent 0ea2ed4b1d
commit ac7651b273

View file

@ -32,7 +32,7 @@ int AGOSEngine::canPlace(Item *x, Item *y) {
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 */