- Moved the V_InitFontColors() call earlier in the startup sequence so that

colored error messages appear colored in the startup window. Also lightened
  up the "Flat" red to contrast better with the startup background.


SVN r1424 (trunk)
This commit is contained in:
Randy Heit 2009-02-11 00:16:05 +00:00
commit 0acc6a4ee3
7 changed files with 11 additions and 4 deletions

View file

@ -2340,6 +2340,8 @@ void D_DoomMain (void)
// [RH] Initialize localizable strings.
GStrings.LoadStrings (false);
V_InitFontColors ();
// [RH] Moved these up here so that we can do most of our
// startup output in a fullscreen console.