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

Comparing deliantra/server/server/hiscore.C (file contents):
Revision 1.23 by root, Thu Nov 8 19:43:27 2007 UTC vs.
Revision 1.24 by root, Wed Apr 30 06:40:28 2008 UTC

264 if (op->stats.exp == 0) 264 if (op->stats.exp == 0)
265 return; 265 return;
266 266
267 assign (new_score.name, op->name); 267 assign (new_score.name, op->name);
268 assign (new_score.title, op->title.length () ? &op->title : op->contr->title); 268 assign (new_score.title, op->title.length () ? &op->title : op->contr->title);
269 assign (new_score.killer, op->contr->killer[0] ? op->contr->killer : "a dungeon collapse"); 269 assign (new_score.killer, op->contr->killer_name ());
270 assign (new_score.maplevel, op->map ? op->map->name ? &op->map->name : &op->map->path : ""); 270 assign (new_score.maplevel, op->map ? op->map->name ? &op->map->name : &op->map->path : "");
271 271
272 new_score.exp = op->stats.exp; 272 new_score.exp = op->stats.exp;
273 new_score.maxhp = op->stats.maxhp; 273 new_score.maxhp = op->stats.maxhp;
274 new_score.maxsp = op->stats.maxsp; 274 new_score.maxsp = op->stats.maxsp;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines