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

Comparing deliantra/server/server/plugins.C (file contents):
Revision 1.41 by root, Mon Jan 29 14:46:01 2007 UTC vs.
Revision 1.42 by root, Mon Feb 5 01:47:23 2007 UTC

1594 y = map->enter_y; 1594 y = map->enter_y;
1595 } 1595 }
1596 1596
1597/* 1597/*
1598 originator = object::create(); 1598 originator = object::create();
1599 EXIT_PATH(originator) = add_string(map->path); 1599 EXIT_PATH(originator) = map->path;
1600 EXIT_X(originator) = x; 1600 EXIT_X(originator) = x;
1601 EXIT_Y(originator) = y; 1601 EXIT_Y(originator) = y;
1602 printf("B Transfer: X=%d, Y=%d, OP=%s\n", x, y, op->name);*/ 1602 printf("B Transfer: X=%d, Y=%d, OP=%s\n", x, y, op->name);*/
1603 /*enter_exit(op, originator); */ 1603 /*enter_exit(op, originator); */
1604 insert_ob_in_map_at (op, map, NULL, 0, x, y); 1604 insert_ob_in_map_at (op, map, NULL, 0, x, y);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines