mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 03:50:36 +00:00
right... instead of checking for end_sys_globals twice, maybe ACTUALLY check for end_sys_fields too...
This commit is contained in:
parent
93856bf151
commit
8f4333df30
1 changed files with 1 additions and 1 deletions
2
ir.c
2
ir.c
|
@ -2638,7 +2638,7 @@ static bool ir_builder_gen_global(ir_builder *self, ir_value *global)
|
|||
* should be checksummed and added to progdefs.h when we generate it.
|
||||
*/
|
||||
}
|
||||
else if (!strcmp(global->name, "end_sys_globals")) {
|
||||
else if (!strcmp(global->name, "end_sys_fields")) {
|
||||
/* TODO: same as above but for entity-fields rather than globsl
|
||||
*/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue