added deaths to the scoreboard

This commit is contained in:
Bryce Hutchings 2002-02-10 08:16:12 +00:00
parent f72621755b
commit be55ca880e

View file

@ -5,6 +5,9 @@
//-----------------------------------------------------------------------------
//
// $Log$
// Revision 1.50 2002/02/10 08:16:12 niceass
// added deaths to the scoreboard
//
// Revision 1.49 2002/02/09 00:10:12 jbravo
// Fixed spectator follow and free and updated zcam to 1.04 and added the
// missing zcam files.
@ -93,13 +96,13 @@ void DeathmatchScoreboardMessage( gentity_t *ent ) {
perfect = ( cl->ps.persistant[PERS_RANK] == 0 && cl->ps.persistant[PERS_KILLED] == 0 ) ? 1 : 0;
//Blaze: Removed because it uses the persistant stats stuff
//Elder: played around with it...
//G_Printf("Clientnum: %d\n", level.sortedClients[i]);
G_Printf("Clientnum: %s is %d\n", cl->pers.netname, cl->ps.persistant[PERS_KILLED]);
Com_sprintf (entry, sizeof(entry),
" %i %i %i %i %i %i %i %i %i %i %i %i %i %i", level.sortedClients[i],
cl->ps.persistant[PERS_SCORE], ping, (level.time - cl->pers.enterTime)/60000,
scoreFlags, g_entities[level.sortedClients[i]].s.powerups, accuracy,
0,
cl->ps.persistant[PERS_KILLED], // NiceAss: Added for TP scoreboard
0,
0,
0,