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

Comparing deliantra/server/server/player.C (file contents):
Revision 1.86 by root, Thu Jan 4 19:28:38 2007 UTC vs.
Revision 1.87 by elmex, Fri Jan 5 16:17:29 2007 UTC

2759 " the %s, when he was defeated at\n level %d by %s.\n", 2759 " the %s, when he was defeated at\n level %d by %s.\n",
2760 &op->name, op->contr->title, (int) (op->level), op->contr->killer); 2760 &op->name, op->contr->title, (int) (op->level), op->contr->killer);
2761 tmp->msg = buf; 2761 tmp->msg = buf;
2762 tmp->value = 0, tmp->material = 0, tmp->type = 0; 2762 tmp->value = 0, tmp->material = 0, tmp->type = 0;
2763 tmp->materialname = NULL; 2763 tmp->materialname = NULL;
2764 op->insert_at (tmp, op); 2764 tmp->insert_at (op, tmp);
2765 } 2765 }
2766 2766
2767 /* teleport defeated player to new destination */ 2767 /* teleport defeated player to new destination */
2768 transfer_ob (op, x, y, 0, NULL); 2768 transfer_ob (op, x, y, 0, NULL);
2769 op->contr->braced = 0; 2769 op->contr->braced = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines