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

Comparing deliantra/server/server/apply.C (file contents):
Revision 1.162 by root, Fri Jul 11 20:31:04 2008 UTC vs.
Revision 1.163 by elmex, Mon Jul 14 10:26:43 2008 UTC

3499int 3499int
3500auto_apply (object *op) 3500auto_apply (object *op)
3501{ 3501{
3502 object *tmp = NULL, *tmp2; 3502 object *tmp = NULL, *tmp2;
3503 int i; 3503 int i;
3504
3505 if (INVOKE_OBJECT (AUTO_APPLY, op))
3506 return RESULT_INT (0);
3504 3507
3505 switch (op->type) 3508 switch (op->type)
3506 { 3509 {
3507 case SHOP_FLOOR: 3510 case SHOP_FLOOR:
3508 if (!op->has_random_items ()) 3511 if (!op->has_random_items ())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines