mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
don't bother writing out local defs as they mess up progs dumping now that
they overlap
This commit is contained in:
parent
ce014fc5c7
commit
c3cdfce12b
1 changed files with 2 additions and 0 deletions
|
@ -234,6 +234,8 @@ WriteData (int crc)
|
|||
int i;
|
||||
|
||||
for (def = pr.def_head.next; def; def = def->next) {
|
||||
if (def->scope)
|
||||
continue;
|
||||
if (def->type->type == ev_func) {
|
||||
// df = &functions[numfunctions];
|
||||
// numfunctions++;
|
||||
|
|
Loading…
Reference in a new issue