]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
moving cleanvar=false out of a condition
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 25 Nov 2012 15:20:22 +0000 (16:20 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 25 Nov 2012 15:20:22 +0000 (16:20 +0100)
parser.c

index a38e41f8500feb5e9f0b53c2635f3242ae9f10d6..83a5a48fb4788bd94ce4437ea43923e5aaebd55e 100644 (file)
--- 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
          */