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.326 by root, Thu Apr 15 00:56:40 2010 UTC vs.
Revision 1.327 by root, Fri Apr 16 02:32:25 2010 UTC

1035} 1035}
1036 1036
1037static struct freed_map : maptile 1037static struct freed_map : maptile
1038{ 1038{
1039 freed_map () 1039 freed_map ()
1040 : maptile (3, 3)
1040 { 1041 {
1041 path = "<freed objects map>"; 1042 path = "<freed objects map>";
1042 name = "/internal/freed_objects_map"; 1043 name = "/internal/freed_objects_map";
1043 width = 3;
1044 height = 3;
1045 no_drop = 1; 1044 no_drop = 1;
1046 no_reset = 1; 1045 no_reset = 1;
1047 1046
1048 alloc ();
1049 in_memory = MAP_ACTIVE; 1047 in_memory = MAP_ACTIVE;
1050 } 1048 }
1051 1049
1052 ~freed_map () 1050 ~freed_map ()
1053 { 1051 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines