Merge branch 'master' into blub/bc3

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-08-08 12:09:31 +02:00
commit 7324eee421

3
exec.c
View file

@ -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);