mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-14 00:40:55 +00:00
Handle alias types in debug prints
This commit is contained in:
parent
b173c35eb4
commit
d0dc0e15fb
1 changed files with 3 additions and 2 deletions
|
@ -1055,9 +1055,10 @@ static void
|
||||||
pr_debug_alias_view (qfot_type_t *type, pr_type_t *value, void *_data)
|
pr_debug_alias_view (qfot_type_t *type, pr_type_t *value, void *_data)
|
||||||
{
|
{
|
||||||
__auto_type data = (pr_debug_data_t *) _data;
|
__auto_type data = (pr_debug_data_t *) _data;
|
||||||
dstring_t *dstr = data->dstr;
|
progs_t *pr = data->pr;
|
||||||
|
|
||||||
dstring_appendstr (dstr, "<alias>");
|
type = &G_STRUCT (pr, qfot_type_t, type->t.alias.aux_type);
|
||||||
|
value_string (data, type, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
VISIBLE void
|
VISIBLE void
|
||||||
|
|
Loading…
Reference in a new issue