G_ExitLevel tweak: Use HU_ClearCEcho() instead of HU_DoCEcho(""), the latter causes an empty line to appear in log.txt

This commit is contained in:
Monster Iestyn 2017-05-18 17:10:44 +01:00
parent 31f3f8b8e7
commit 2bb7df5f49
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}
}