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.202 by root, Fri Aug 29 02:07:09 2008 UTC vs.
Revision 1.203 by root, Sun Sep 7 21:31:23 2008 UTC

2312const char * 2312const char *
2313gravestone_text (object *op) 2313gravestone_text (object *op)
2314{ 2314{
2315 static dynbuf_text buf; 2315 static dynbuf_text buf;
2316 2316
2317 buf << "---- R.I.P. ----\n\n"; 2317 buf << "---- R.I.P. ----\n\n"
2318 op->name; 2318 << op->name;
2319 2319
2320 if (op->type == PLAYER) 2320 if (op->type == PLAYER)
2321 buf << " the " << op->contr->title; 2321 buf << " the " << op->contr->title;
2322 2322
2323 buf << "\n\n"; 2323 buf << "\n\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines