mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 09:22:43 +00:00
Perform offset field relocations.
This commit is contained in:
parent
8712d30d1a
commit
b74c644a10
1 changed files with 1 additions and 1 deletions
|
@ -753,7 +753,7 @@ qfo_relocate_refs (qfo_t *qfo)
|
|||
QFO_INT (qfo, reloc->space, reloc->offset) += def->offset;
|
||||
break;
|
||||
case rel_def_field_ofs:
|
||||
//FIXME how?
|
||||
QFO_INT (qfo, reloc->space, reloc->offset) += def->offset;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue