ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/cfperl.xs
(Generate patch)

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.126 by root, Thu Jan 4 16:19:32 2007 UTC vs.
Revision 1.127 by root, Thu Jan 4 20:15:16 2007 UTC

145 145
146void 146void
147attachable::do_destroy () 147attachable::do_destroy ()
148{ 148{
149 invoke (EVENT_ATTACHABLE_DESTROY, DT_END); 149 invoke (EVENT_ATTACHABLE_DESTROY, DT_END);
150
151 if (self)
152 hv_clear (self);
150 153
151 //TODO: call generic destroy callback 154 //TODO: call generic destroy callback
152 mortals.push_back (this); 155 mortals.push_back (this);
153} 156}
154 157

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines