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.14 by root, Sun Aug 27 13:02:04 2006 UTC vs.
Revision 1.15 by root, Sun Aug 27 13:04:43 2006 UTC

442} 442}
443 443
444template<class subclass> 444template<class subclass>
445void reattach (extendable<subclass> *obj) 445void reattach (extendable<subclass> *obj)
446{ 446{
447 obj->optimise ();
448
447 if (obj->self) 449 if (obj->self)
448 reattach (subclass::get_dt (), (subclass *)obj); 450 reattach (subclass::get_dt (), (subclass *)obj);
449} 451}
450 452
451void object_thawer::get (data_type type, void *obj, extendable_base *ext) 453void object_thawer::get (data_type type, void *obj, extendable_base *ext)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines