mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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->ofs = var->integer_var + entity_base;
|
||||
Hash_Add (field_defs, field_def);
|
||||
printf ("%s %d\n", strings->strings + field_def->name, field_def->ofs);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue