mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-06-04 19:20:51 +00:00
- fixed parser for state block options.
- fixed incorrect flags for weapons.
This commit is contained in:
parent
7bcd83f0c1
commit
c797319314
2 changed files with 1 additions and 2 deletions
|
@ -421,7 +421,6 @@ enumerator(X) ::= IDENTIFIER(A) EQ expr(B). /* Expression must be constant. */
|
|||
%type states_opts { ZCC_Identifier *}
|
||||
%type states_opt { ZCC_Identifier *}
|
||||
|
||||
states_def(X) ::= STATES(T) scanner_mode LBRACE states_body(A) RBRACE.
|
||||
states_def(X) ::= STATES(T) states_opts(B) scanner_mode LBRACE states_body(A) RBRACE.
|
||||
{
|
||||
NEW_AST_NODE(States,def,T);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue