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

Comparing deliantra/server/common/button.C (file contents):
Revision 1.47 by root, Tue May 6 16:55:25 2008 UTC vs.
Revision 1.48 by root, Mon Sep 29 10:20:48 2008 UTC

811 // FALL THROUGH 811 // FALL THROUGH
812 case 5: // kill all alives 812 case 5: // kill all alives
813 if (!tmp->flag [FLAG_PRECIOUS]) 813 if (!tmp->flag [FLAG_PRECIOUS])
814 { 814 {
815 archetype::get (shstr_burnout)->insert_at (tmp, source); 815 archetype::get (shstr_burnout)->insert_at (tmp, source);
816 tmp->destroy (); 816 tmp->destroy (true);
817 } 817 }
818 break; 818 break;
819 819
820 default: 820 default:
821 break; 821 break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines