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

Comparing deliantra/server/common/map.C (file contents):
Revision 1.172 by root, Sun Nov 8 20:55:39 2009 UTC vs.
Revision 1.173 by root, Mon Nov 9 18:47:56 2009 UTC

448 * map archetype. Mimic that behaviour. 448 * map archetype. Mimic that behaviour.
449 */ 449 */
450 width = 16; 450 width = 16;
451 height = 16; 451 height = 16;
452 timeout = 300; 452 timeout = 300;
453 max_nrof = 1000; // 1000 items of anything
454 max_items = MAX_ITEM_PER_ACTION; 453 max_items = MAX_ITEM_PER_ACTION;
455 max_volume = 2000000; // 2m³ 454 max_volume = 2000000; // 2m³
456} 455}
457 456
458maptile::maptile (int w, int h) 457maptile::maptile (int w, int h)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines