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.171 by root, Wed Aug 1 19:15:49 2007 UTC vs.
Revision 1.172 by root, Wed Aug 1 20:44:11 2007 UTC

960 return; 960 return;
961 961
962 if (destroy_inventory) 962 if (destroy_inventory)
963 destroy_inv (false); 963 destroy_inv (false);
964 964
965 if (sound_destroy)
965 play_sound (sound_destroy); 966 play_sound (sound_destroy);
967 else if (flag [FLAG_MONSTER])
968 play_sound (sound_find ("monster_destroy")); // quick hack, too lazy to create a generic mechanism
966 969
967 attachable::destroy (); 970 attachable::destroy ();
968} 971}
969 972
970/* 973/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines