From: Wolfgang (Blub) Bumiller Date: Sun, 11 Nov 2012 22:39:40 +0000 (+0100) Subject: apply the typemask where previously forgotten X-Git-Tag: 0.1~19^2~19 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cdb7d06521b9ca855915dcda2918e25cdb2a8fbb;p=xonotic%2Fgmqcc.git apply the typemask where previously forgotten --- diff --git a/exec.c b/exec.c index 060660a..508bdbf 100644 --- a/exec.c +++ b/exec.c @@ -375,7 +375,7 @@ static void trace_print_global(qc_program *prog, unsigned int glob, int vtype) len = printf("$"); else len = printf("%s ", name); - vtype = def->type; + vtype = def->type & DEF_TYPEMASK; } else len = printf("[@%u] ", glob);