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.94 by root, Wed Dec 27 05:22:35 2006 UTC vs.
Revision 1.95 by root, Wed Dec 27 05:42:08 2006 UTC

800 * drop on that space. 800 * drop on that space.
801 */ 801 */
802 if (!drop_to_ground 802 if (!drop_to_ground
803 || !map 803 || !map
804 || map->in_memory != MAP_IN_MEMORY 804 || map->in_memory != MAP_IN_MEMORY
805 || map->at (x, y).move_block == MOVE_ALL) 805 || ms ().move_block == MOVE_ALL)
806 { 806 {
807 while (inv) 807 while (inv)
808 { 808 {
809 inv->destroy_inv (drop_to_ground); 809 inv->destroy_inv (drop_to_ground);
810 inv->destroy (); 810 inv->destroy ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines