mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 17:11:32 +00:00
oops
This commit is contained in:
parent
394f1deade
commit
ccdfd4c65a
1 changed files with 1 additions and 1 deletions
2
parser.c
2
parser.c
|
@ -227,7 +227,7 @@ static ast_value* parser_const_float_0(parser_t *parser)
|
||||||
|
|
||||||
static ast_value* parser_const_float_neg1(parser_t *parser) {
|
static ast_value* parser_const_float_neg1(parser_t *parser) {
|
||||||
if (!parser->imm_float_neg_one)
|
if (!parser->imm_float_neg_one)
|
||||||
parser->imm_float_zero = parser_const_float(parser, -1);
|
parser->imm_float_neg_one = parser_const_float(parser, -1);
|
||||||
return parser->imm_float_neg_one;
|
return parser->imm_float_neg_one;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue