Call SCR_UpdateScreen at the end of Host_Init

This commit is contained in:
Bill Currie 2001-05-19 22:27:44 +00:00
parent 0d573c6fcf
commit 149e8477a6
1 changed files with 2 additions and 0 deletions

View File

@ -1689,6 +1689,8 @@ Host_Init (void)
build_number ());
Con_Printf ("<EFBFBD><EFBFBD> %s initialized €<><E282AC>\n", PROGRAM);
SCR_UpdateScreen ();
}