- 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

@ -408,7 +408,7 @@ void FMapInfoParser::ParseOpenBrace()
switch(format_type)
{
default:
format_type = sc.CheckString("{")? FMT_New : FMT_Old;
format_type = sc.CheckString("{") ? FMT_New : FMT_Old;
if (format_type == FMT_New)
sc.SetCMode(true);
break;