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

Comparing deliantra/server/socket/info.C (file contents):
Revision 1.9 by root, Tue Sep 19 10:12:41 2006 UTC vs.
Revision 1.10 by root, Tue Sep 19 10:21:58 2006 UTC

423 object *op; 423 object *op;
424 424
425 for (op = pl->inv; op; op = op->below) 425 for (op = pl->inv; op; op = op->below)
426 if (op->type == BOW && QUERY_FLAG (op, FLAG_APPLIED)) 426 if (op->type == BOW && QUERY_FLAG (op, FLAG_APPLIED))
427 break; 427 break;
428
428 if (op == NULL) 429 if (op == NULL)
429 break; 430 break;
430 431
431 sprintf (obuf, "Range: %s (%s)", query_base_name (op, 0), op->race ? (const char *) op->race : "nothing"); 432 sprintf (obuf, "Range: %s (%s)", query_base_name (op, 0), op->race ? (const char *) op->race : "nothing");
432 } 433 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines