- 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:
parent
085be22a30
commit
0acc6a4ee3
7 changed files with 11 additions and 4 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue