- 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
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue