mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
committing gmqcc.h for previous exec.c commit: qc_program gets .xflags
This commit is contained in:
parent
b93125c678
commit
ab714862d6
1 changed files with 2 additions and 0 deletions
2
gmqcc.h
2
gmqcc.h
|
@ -881,6 +881,8 @@ typedef struct qc_program_s {
|
||||||
MEM_VECTOR_MAKE(qc_exec_stack, stack);
|
MEM_VECTOR_MAKE(qc_exec_stack, stack);
|
||||||
size_t statement;
|
size_t statement;
|
||||||
|
|
||||||
|
size_t xflags;
|
||||||
|
|
||||||
int argc; /* current arg count for debugging */
|
int argc; /* current arg count for debugging */
|
||||||
} qc_program;
|
} qc_program;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue