X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ast.c;h=a228f3f7edcb5d7b671db45c9142d26a0d9fb69c;hp=099f7b8b7af19ba8ebce08ccf1c41e0f6bc13add;hb=3b4a5667ea8b1b7aa8a10734c57c02d1561fcdd7;hpb=988b4b49606724ef4275a25d8ea95fdc2792ee51 diff --git a/ast.c b/ast.c index 099f7b8..a228f3f 100644 --- a/ast.c +++ b/ast.c @@ -369,7 +369,8 @@ ast_value* ast_value_new(lex_ctx_t ctx, const char *name, int t) self->getter = NULL; self->desc = NULL; - self->argcounter = NULL; + self->argcounter = NULL; + self->intrinsic = false; return self; }