mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 02:31:28 +00:00
include opts_debug and opts_memchk in exec.c's standalone part for now to have it compile
This commit is contained in:
parent
7fed5bf41f
commit
2bf40b4104
1 changed files with 3 additions and 0 deletions
3
exec.c
3
exec.c
|
@ -458,6 +458,9 @@ cleanup:
|
|||
*/
|
||||
|
||||
#if defined(QCVM_EXECUTOR)
|
||||
bool opts_debug = false;
|
||||
bool opts_memchk = false;
|
||||
|
||||
static int qc_print(qc_program *prog)
|
||||
{
|
||||
qcany *str = (qcany*)(prog->globals + OFS_PARM0);
|
||||
|
|
Loading…
Reference in a new issue