mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Echo the output to stdout as well as the output box.
This commit is contained in:
parent
1aae3c8174
commit
68190bd431
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ QuakeEd_print (const char *fmt, va_list args)
|
||||||
dvsprintf (output, fmt, args);
|
dvsprintf (output, fmt, args);
|
||||||
string = [NSString stringWithCString: output->str];
|
string = [NSString stringWithCString: output->str];
|
||||||
[g_cmd_out_i setStringValue: string];
|
[g_cmd_out_i setStringValue: string];
|
||||||
|
fputs (output->str, stdout);
|
||||||
}
|
}
|
||||||
|
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
|
Loading…
Reference in a new issue