mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Do not lose the entity field defs.
This commit is contained in:
parent
b7aa2f6786
commit
c4e9a45d91
1 changed files with 1 additions and 0 deletions
|
@ -658,6 +658,7 @@ process_entity_space (qfo_t *qfo, qfo_mspace_t *space, int pass)
|
|||
{
|
||||
if (pass != 1)
|
||||
return 0;
|
||||
add_defs (qfo, space, work->spaces + qfo_entity_space);
|
||||
add_data (qfo_entity_space, space);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue