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

Comparing deliantra/server/common/object.C (file contents):
Revision 1.109 by root, Sun Jan 7 21:54:59 2007 UTC vs.
Revision 1.110 by root, Sun Jan 7 23:12:03 2007 UTC

784 784
785 if (op->flag [FLAG_STARTEQUIP] 785 if (op->flag [FLAG_STARTEQUIP]
786 || op->flag [FLAG_NO_DROP] 786 || op->flag [FLAG_NO_DROP]
787 || op->type == RUNE 787 || op->type == RUNE
788 || op->type == TRAP 788 || op->type == TRAP
789 || op->flag [FLAG_IS_A_TEMPLATE]) 789 || op->flag [FLAG_IS_A_TEMPLATE]
790 || op->flag [FLAG_DESTROY_ON_DEATH])
790 op->destroy (); 791 op->destroy ();
791 else 792 else
792 map->insert (op, x, y); 793 map->insert (op, x, y);
793 } 794 }
794 } 795 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines