mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-17 01:22:32 +00:00
small change in wording
This commit is contained in:
parent
39cfad5a8c
commit
12ab3c26b7
1 changed files with 5 additions and 2 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.32 2002/06/05 23:39:23 niceass
|
||||
// small change in wording
|
||||
//
|
||||
// Revision 1.31 2002/06/05 04:58:43 niceass
|
||||
// Scoreboard changes
|
||||
//
|
||||
|
@ -415,7 +418,7 @@ static int CG_TeamplayScoreboard(void)
|
|||
DrawLeftStripText(y, SB_FONTSIZEH, Tmp, 100, colorWhite);
|
||||
Com_sprintf(Tmp, 128, "%4d %6d", (int)((float)Ping / (float)Reds), Damage);
|
||||
DrawRightStripText(y, SB_FONTSIZEH, Tmp, 100, colorWhite);
|
||||
DrawCenterStripText(y, SB_FONTSIZEH, "Averages", 20, colorWhite);
|
||||
DrawCenterStripText(y, SB_FONTSIZEH, "Totals", 20, colorWhite);
|
||||
}
|
||||
else {
|
||||
y += 2;
|
||||
|
@ -493,7 +496,7 @@ static int CG_TeamplayScoreboard(void)
|
|||
DrawLeftStripText(y, SB_FONTSIZEH, Tmp, 100, colorWhite);
|
||||
Com_sprintf(Tmp, 128, "%4d %6d", (int)((float)Ping / (float)Blues), Damage);
|
||||
DrawRightStripText(y, SB_FONTSIZEH, Tmp, 100, colorWhite);
|
||||
DrawCenterStripText(y, SB_FONTSIZEH, "Averages", 20, colorWhite);
|
||||
DrawCenterStripText(y, SB_FONTSIZEH, "Totals", 20, colorWhite);
|
||||
}
|
||||
else {
|
||||
y+=2;
|
||||
|
|
Loading…
Reference in a new issue