0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-23 01:58:24 +00:00

Do not lose the entity field defs.

This commit is contained in:
Bill Currie 2011-03-06 15:40:07 +09:00
parent b7aa2f6786
commit c4e9a45d91

View file

@ -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;
}