Skip to content

Commit c1b9c6a

Browse files
committed
WIPEOUT: words
1 parent ad7a11a commit c1b9c6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/clan_arena.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ void CA_check_escape(gedict_t *targ, gedict_t *attacker)
832832
// That's cool, but could be written cleaner in calc_respawn_time().
833833
targ->round_deaths--;
834834

835-
G_bprint(2, "%s survives by &cff0%.0f&r seconds!\n", targ->netname, escape_time*1000);
835+
G_bprint(2, "%s survives by &cff0%.0f&r milliseconds!\n", targ->netname, escape_time*1000);
836836
}
837837
}
838838

@@ -1234,7 +1234,7 @@ void EndRound(int alive_team)
12341234

12351235
if ((loser_respawn_time < 1) && (loser_respawn_time > 0))
12361236
{
1237-
G_cp2all("Team \x90%s\x91 wins the %s!\n\n\nTeam %s needed %.0f ms longer",
1237+
G_cp2all("Team \x90%s\x91 wins the %s!\n\n\nTeam %s needed %.0f ms to respawn",
12381238
cvar_string(va("_k_team%d", alive_team)), round_or_series, cvar_string(va("_k_team%d", loser_team)), loser_respawn_time*1000);
12391239
}
12401240
else {

0 commit comments

Comments
 (0)