mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
moving cleanvar=false out of a condition
This commit is contained in:
parent
07fa97b8e7
commit
b5d6f454a4
1 changed files with 2 additions and 2 deletions
4
parser.c
4
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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue