ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/map.h
(Generate patch)

Comparing deliantra/server/include/map.h (file contents):
Revision 1.120 by root, Sun Nov 8 20:55:39 2009 UTC vs.
Revision 1.121 by root, Mon Nov 9 18:47:56 2009 UTC

298 shstr ACC (RW, msg); /* Message map creator may have left */ 298 shstr ACC (RW, msg); /* Message map creator may have left */
299 shstr ACC (RW, maplore); /* Map lore information */ 299 shstr ACC (RW, maplore); /* Map lore information */
300 shstr ACC (RW, tile_path[4]); /* path to adjoining maps */ 300 shstr ACC (RW, tile_path[4]); /* path to adjoining maps */
301 maptile *ACC (RW, tile_map[4]); /* Next map, linked list */ 301 maptile *ACC (RW, tile_map[4]); /* Next map, linked list */
302 shstr ACC (RW, path); /* Filename of the map */ 302 shstr ACC (RW, path); /* Filename of the map */
303 int ACC (RW, max_nrof); // maximum nrof of any single item on a mapspace
304 uint64 ACC (RW, max_volume); // maximum volume for all items on a mapspace 303 uint64 ACC (RW, max_volume); // maximum volume for all items on a mapspace
305 int ACC (RW, max_items); // maximum number of items on a mapspace 304 int ACC (RW, max_items); // maximum number of items on a mapspace
306 305
307//-GPL 306//-GPL
308 307

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines