mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 15:30:50 +00:00
[qwaq] Clear qwaq's print buffer
Didn't realized PR_Sprintf appended. Or, more likely, I had forgotten because I imagine Deek and I discussed it at the time.
This commit is contained in:
parent
789f263855
commit
e8c357393f
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ bi_wprintf (progs_t *pr)
|
|||
int count = pr->pr_argc - 2;
|
||||
pr_type_t **args = pr->pr_params + 2;
|
||||
|
||||
dstring_clearstr (res->print_buffer);
|
||||
PR_Sprintf (pr, res->print_buffer, "bi_wprintf", fmt, count, args);
|
||||
waddstr (window->win, res->print_buffer->str);
|
||||
wrefresh (window->win);
|
||||
|
|
Loading…
Reference in a new issue