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

Comparing deliantra/server/common/player.C (file contents):
Revision 1.60 by root, Wed Nov 11 23:27:56 2009 UTC vs.
Revision 1.61 by root, Sat Jan 16 12:33:46 2010 UTC

267 pl->destroy (); 267 pl->destroy ();
268 268
269 return 0; 269 return 0;
270} 270}
271 271
272const char * 272const_utf8_string
273player::killer_name () const 273player::killer_name () const
274{ 274{
275 static char buf [2048]; 275 static char buf [2048];
276 276
277 if (!killer) 277 if (!killer)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines