mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +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
2
parser.c
2
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;
|
me[0] = me[1] = me[2] = NULL;
|
||||||
cleanvar = false;
|
cleanvar = false;
|
||||||
}
|
|
||||||
/* Part 2.2
|
/* Part 2.2
|
||||||
* deal with arrays
|
* deal with arrays
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue