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 3c981c913a
commit abc083e5e8

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