mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-10 09:40:49 +00:00
Use the correct source of defs for field defs.
This commit is contained in:
parent
0c0f4360da
commit
cefe7e2e94
1 changed files with 1 additions and 1 deletions
|
@ -888,7 +888,7 @@ qfo_to_progs (qfo_t *qfo, int *size)
|
||||||
}
|
}
|
||||||
|
|
||||||
for (i = 0; i < qfo->spaces[qfo_entity_space].num_defs; i++) {
|
for (i = 0; i < qfo->spaces[qfo_entity_space].num_defs; i++) {
|
||||||
convert_def (qfo, qfo->spaces[qfo_near_data_space].defs + i,
|
convert_def (qfo, qfo->spaces[qfo_entity_space].defs + i,
|
||||||
fielddefs + i);
|
fielddefs + i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue