- Fixed: C_midPrint() needs a NULL status bar check.
SVN r267 (trunk)
This commit is contained in:
parent
b1989b4d34
commit
6d389c6b7d
2 changed files with 6 additions and 0 deletions
|
|
@ -1814,6 +1814,9 @@ static const char logbar[] = "\n<------------------------------->\n";
|
|||
|
||||
void C_MidPrint (const char *msg)
|
||||
{
|
||||
if (StatusBar == NULL)
|
||||
return;
|
||||
|
||||
if (msg)
|
||||
{
|
||||
AddToConsole (-1, bar1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue