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.90 by root, Tue Dec 26 10:14:24 2006 UTC vs.
Revision 1.91 by elmex, Tue Dec 26 10:51:52 2006 UTC

1044 && (move_type & ~tmp->move_off & ~tmp->move_block) == 0)) 1044 && (move_type & ~tmp->move_off & ~tmp->move_block) == 0))
1045 { 1045 {
1046 move_apply (tmp, this, 0); 1046 move_apply (tmp, this, 0);
1047 1047
1048 if (destroyed ()) 1048 if (destroyed ())
1049 LOG (llevError, "BUG: remove_ob(): name %s, destroyed leaving object\n", tmp->debug_desc ());
1050 LOG (llevError, "BUG: remove_ob(): name %s, destroyed leaving object\n", tmp->debug_desc ()); 1049 LOG (llevError, "BUG: remove_ob(): name %s, destroyed leaving object\n", tmp->debug_desc ());
1051 } 1050 }
1052 1051
1053 /* Eneq(@csd.uu.se): Fixed this to skip tmp->above=tmp */ 1052 /* Eneq(@csd.uu.se): Fixed this to skip tmp->above=tmp */
1054 1053

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines