mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
restore
This commit is contained in:
parent
e23da397e4
commit
b81da3f000
1 changed files with 1 additions and 1 deletions
|
@ -8879,7 +8879,7 @@ static void P_CalcPostImg(player_t *player)
|
|||
void P_DoTimeOver(player_t *player)
|
||||
{
|
||||
if (netgame && player->health > 0)
|
||||
CON_LogMessage(va(M_GetText("%s ran out of time.\n"), player_names[player-players]));
|
||||
CONS_Printf(M_GetText("%s ran out of time.\n"), player_names[player-players]);
|
||||
|
||||
player->pflags |= PF_TIMEOVER;
|
||||
|
||||
|
|
Loading…
Reference in a new issue