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 bc79365cf4
commit d2313ea32b

View file

@ -2633,7 +2633,7 @@ void G_ExitLevel(void)
CONS_Printf(M_GetText("The round has ended.\n"));
// Remove CEcho text on round end.
HU_DoCEcho("");
HU_ClearCEcho();
}
}