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

Comparing deliantra/server/server/shop.C (file contents):
Revision 1.52 by root, Fri May 2 16:16:02 2008 UTC vs.
Revision 1.53 by root, Sat May 3 11:14:50 2008 UTC

1128 1128
1129void 1129void
1130shop_listing (object *sign, object *op) 1130shop_listing (object *sign, object *op)
1131{ 1131{
1132 int i, j, numitems = 0, numallocated = 0, x1, x2, y1, y2; 1132 int i, j, numitems = 0, numallocated = 0, x1, x2, y1, y2;
1133 const char *shop_coords = get_ob_key_value (sign, "shop_coords"); 1133 const char *shop_coords = sign->kv (shstr_shop_coords);
1134 object *stack; 1134 object *stack;
1135 shopinv *items; 1135 shopinv *items;
1136 1136
1137 /* Should never happen, but just in case a monster does apply a sign */ 1137 /* Should never happen, but just in case a monster does apply a sign */
1138 if (op->type != PLAYER) 1138 if (op->type != PLAYER)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines