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.244 by root, Sun Nov 8 20:55:40 2009 UTC vs.
Revision 1.245 by root, Tue Nov 10 04:38:46 2009 UTC

2481 &op->name, op->contr->title, 2481 &op->name, op->contr->title,
2482 (int)op->level, 2482 (int)op->level,
2483 op->contr->killer_name () 2483 op->contr->killer_name ()
2484 ); 2484 );
2485 tmp->value = 0, tmp->type = 0; 2485 tmp->value = 0, tmp->type = 0;
2486 tmp->materialname = "organics"; 2486 tmp->material = name_to_material (shstr_organic);
2487 tmp->insert_at (op, tmp); 2487 tmp->insert_at (op, tmp);
2488 } 2488 }
2489 2489
2490 /* teleport defeated player to new destination */ 2490 /* teleport defeated player to new destination */
2491 transfer_ob (op, x, y, 0, NULL); 2491 transfer_ob (op, x, y, 0, NULL);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines