mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
setup vector fields properly
This commit is contained in:
parent
778cd78c35
commit
378c477b8e
1 changed files with 2 additions and 0 deletions
|
@ -215,6 +215,8 @@ vector_component (int is_field, def_t *vec, int comp, scope_t *scope,
|
|||
reloc_def_field (d, d->ofs);
|
||||
}
|
||||
Hash_Add (defs_by_name, d);
|
||||
if (is_field)
|
||||
Hash_Add (field_defs, d);
|
||||
}
|
||||
|
||||
def_t *
|
||||
|
|
Loading…
Reference in a new issue