mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
Merge branch 'master' into blub/bc3
This commit is contained in:
commit
7324eee421
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