- 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

@ -743,7 +743,7 @@ void ShowErrorPane(const char *text)
SendMessage (ConWindow, EM_EXGETSEL, 0, (LPARAM)&end);
ErrorIconChar = end.cpMax;
// Now start adding the actualy error message.
// Now start adding the actual error message.
SendMessage (ConWindow, EM_REPLACESEL, FALSE, (LPARAM)"Execution could not continue.\n\n");
// Restore old charformat but with light yellow text.