diff --git a/src/g_game.c b/src/g_game.c index 25730ce7d75a9a48d1627e4f89c236dba1ee3c00..d145fcbef62300d0fcafcfa035004a09865f4681 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -2615,7 +2615,7 @@ void G_ExitLevel(void) CONS_Printf(M_GetText("The round has ended.\n")); // Remove CEcho text on round end. - HU_DoCEcho(""); + HU_ClearCEcho(); } }