mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 21:31:32 +00:00
You were right, Sal, "%s ran out of time." should've died back when you were working on the branch to remove all the prints.
This commit is contained in:
parent
9eafb61fd3
commit
f2e9186c7b
1 changed files with 2 additions and 2 deletions
|
@ -8892,8 +8892,8 @@ static void P_CalcPostImg(player_t *player)
|
|||
|
||||
void P_DoTimeOver(player_t *player)
|
||||
{
|
||||
if (netgame && player->health > 0)
|
||||
CONS_Printf(M_GetText("%s ran out of time.\n"), player_names[player-players]);
|
||||
/*if (netgame && player->health > 0)
|
||||
CONS_Printf(M_GetText("%s ran out of time.\n"), player_names[player-players]);*/
|
||||
|
||||
player->pflags |= PF_TIMEOVER;
|
||||
|
||||
|
|
Loading…
Reference in a new issue