ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/player.C
(Generate patch)

Comparing deliantra/server/server/player.C (file contents):
Revision 1.171 by root, Sat Sep 8 07:06:51 2007 UTC vs.
Revision 1.172 by root, Tue Oct 16 00:30:24 2007 UTC

1350{ 1350{
1351 object *tmp = 0; 1351 object *tmp = 0;
1352 1352
1353 for (op = op->inv; op; op = op->below) 1353 for (op = op->inv; op; op = op->below)
1354 if (!tmp && op->type == CONTAINER && op->race == type && QUERY_FLAG (op, FLAG_APPLIED)) 1354 if (!tmp && op->type == CONTAINER && op->race == type && QUERY_FLAG (op, FLAG_APPLIED))
1355 tmp = find_arrow (op, type); 1355 tmp = find_arrow (splay (op), type);
1356 else if (op->type == ARROW && op->race == type) 1356 else if (op->type == ARROW && op->race == type)
1357 return op; 1357 return splay (op);
1358 1358
1359 return tmp; 1359 return tmp;
1360} 1360}
1361 1361
1362/* 1362/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines