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.97 by root, Sat Mar 17 21:13:21 2007 UTC vs.
Revision 1.98 by root, Sat Mar 17 22:11:22 2007 UTC

477#endif 477#endif
478 478
479 int unique = 0; 479 int unique = 0;
480 for (object *op = spaces [i].bot; op; op = op->above) 480 for (object *op = spaces [i].bot; op; op = op->above)
481 { 481 {
482#if 0
482 // count per-object, but cede only when modification-safe 483 // count per-object, but cede only when modification-safe
483 cede_count++; 484 cede_count++;
485#endif
484 486
485 if (op->flag [FLAG_UNIQUE] && op->flag [FLAG_IS_FLOOR]) 487 if (op->flag [FLAG_UNIQUE] && op->flag [FLAG_IS_FLOOR])
486 unique = 1; 488 unique = 1;
487 489
488 if (!op->can_map_save ()) 490 if (!op->can_map_save ())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines