mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
Ensure the type space pointer is cleared with each object file.
This commit is contained in:
parent
30272968c9
commit
1416b996d3
1 changed files with 1 additions and 0 deletions
|
@ -617,6 +617,7 @@ linker_add_qfo (qfo_t *qfo)
|
|||
int pass;
|
||||
qfo_mspace_t *space;
|
||||
|
||||
qfo_type_defs = 0;
|
||||
for (pass = 0; pass < 2; pass++) {
|
||||
for (i = 0, space = qfo->spaces; i < qfo->num_spaces; i++, space++) {
|
||||
if (space->type < 0 || space->type > qfos_type) {
|
||||
|
|
Loading…
Reference in a new issue