From: Wolfgang (Blub) Bumiller Date: Sun, 25 Nov 2012 15:20:22 +0000 (+0100) Subject: moving cleanvar=false out of a condition X-Git-Tag: 0.1.9~265 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b5d6f454a4e8f5f4a52f5825b328b78011db4c85;p=xonotic%2Fgmqcc.git moving cleanvar=false out of a condition --- diff --git a/parser.c b/parser.c index a38e41f..83a5a48 100644 --- a/parser.c +++ b/parser.c @@ -3609,9 +3609,9 @@ static bool parse_variable(parser_t *parser, ast_block *localblock, bool nofield } } - me[0] = me[1] = me[2] = NULL; - cleanvar = false; } + me[0] = me[1] = me[2] = NULL; + cleanvar = false; /* Part 2.2 * deal with arrays */