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.228 by root, Sat May 3 11:14:50 2008 UTC vs.
Revision 1.229 by root, Sat May 3 12:29:09 2008 UTC

948 height = 3; 948 height = 3;
949 nodrop = 1; 949 nodrop = 1;
950 950
951 alloc (); 951 alloc ();
952 in_memory = MAP_ACTIVE; 952 in_memory = MAP_ACTIVE;
953 }
954
955 ~freed_map ()
956 {
957 destroy ();
953 } 958 }
954} freed_map; // freed objects are moved here to avoid crashes 959} freed_map; // freed objects are moved here to avoid crashes
955 960
956void 961void
957object::do_destroy () 962object::do_destroy ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines