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.89 by root, Fri Feb 16 22:16:16 2007 UTC vs.
Revision 1.90 by root, Fri Feb 16 22:21:46 2007 UTC

404 coroapi::cede_every (1000); // cede once in a while 404 coroapi::cede_every (1000); // cede once in a while
405 405
406 switch (f.kw) 406 switch (f.kw)
407 { 407 {
408 case KW_arch: 408 case KW_arch:
409 if (object *op = object::read (f)) 409 if (object *op = object::read (f, this))
410 { 410 {
411 if (op->inv) 411 if (op->inv)
412 sum_weight (op); 412 sum_weight (op);
413 413
414 insert_ob_in_map (op, this, op, INS_NO_MERGE | INS_NO_WALK_ON | INS_ON_TOP | INS_MAP_LOAD); 414 insert_ob_in_map (op, this, op, INS_NO_MERGE | INS_NO_WALK_ON | INS_ON_TOP | INS_MAP_LOAD);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines