mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fix the mis-generation of code for state-functions
This commit is contained in:
parent
91779b04f7
commit
2c0a20a887
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ opt_state_expr
|
||||||
$$ = 0;
|
$$ = 0;
|
||||||
}
|
}
|
||||||
| '[' const ',' { $<def>$ = current_def; }
|
| '[' const ',' { $<def>$ = current_def; }
|
||||||
def_name { current_def = $<def>5; } ']'
|
def_name { current_def = $<def>4; } ']'
|
||||||
{
|
{
|
||||||
if ($2->type == ex_integer)
|
if ($2->type == ex_integer)
|
||||||
convert_int ($2);
|
convert_int ($2);
|
||||||
|
|
Loading…
Reference in a new issue