mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
oops, forgot to remove the debug print :)
This commit is contained in:
parent
678a45cfe2
commit
8a96b5bbbc
1 changed files with 0 additions and 1 deletions
|
@ -227,7 +227,6 @@ process_field (qfo_def_t *def)
|
||||||
field_def = fields.defs + fields.num_defs - 1;
|
field_def = fields.defs + fields.num_defs - 1;
|
||||||
field_def->ofs = var->integer_var + entity_base;
|
field_def->ofs = var->integer_var + entity_base;
|
||||||
Hash_Add (field_defs, field_def);
|
Hash_Add (field_defs, field_def);
|
||||||
printf ("%s %d\n", strings->strings + field_def->name, field_def->ofs);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue