Fix whitespace goofup of mine

This commit is contained in:
Monster Iestyn 2017-07-09 15:08:17 +01:00
parent fe3f4f4ed1
commit 2ac566fa85
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ void Y_IntermissionDrawer(void)
ST_DrawNumFromHud(HUD_MINUTES, minutes); // Minutes
ST_DrawPatchFromHud(HUD_TIMECOLON, sbocolon); // Colon
ST_DrawPadNumFromHud(HUD_SECONDS, seconds, 2); // Seconds
// we should show centiseconds on the intermission screen too, if the conditions are right.
if (modeattacking || cv_timetic.value == 2)
{