Silenced warning of msvc8.
svn-id: r24127
This commit is contained in:
parent
0ea2ed4b1d
commit
ac7651b273
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue