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
8057e6d8de
commit
d8858c29e3
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);
|
||||
string = [NSString stringWithCString: output->str];
|
||||
[g_cmd_out_i setStringValue: string];
|
||||
fputs (output->str, stdout);
|
||||
}
|
||||
|
||||
//============================================================================
|
||||
|
|
Loading…
Reference in a new issue