- Linux and GCC fixes
SVN r931 (trunk)
This commit is contained in:
parent
816ea09cc4
commit
2a7ff45829
5 changed files with 13 additions and 8 deletions
|
|
@ -845,13 +845,16 @@ int PrintString (int printlevel, const char *outline)
|
|||
//#endif
|
||||
}
|
||||
|
||||
I_PrintStr (outline);
|
||||
|
||||
AddToConsole (printlevel, outline);
|
||||
if (vidactive && screen && screen->Font)
|
||||
if (printlevel != PRINT_LOG)
|
||||
{
|
||||
C_AddNotifyString (printlevel, outline);
|
||||
maybedrawnow (false, false);
|
||||
I_PrintStr (outline);
|
||||
|
||||
AddToConsole (printlevel, outline);
|
||||
if (vidactive && screen && screen->Font)
|
||||
{
|
||||
C_AddNotifyString (printlevel, outline);
|
||||
maybedrawnow (false, false);
|
||||
}
|
||||
}
|
||||
return (int)strlen (outline);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue