mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
make the ast use the initlist
This commit is contained in:
parent
bc4a66e9f7
commit
633d2ba8a4
1 changed files with 1 additions and 0 deletions
1
parser.c
1
parser.c
|
@ -5841,6 +5841,7 @@ skipvar:
|
|||
break;
|
||||
}
|
||||
|
||||
var->hasvalue = true;
|
||||
if (!parse_array(parser, var))
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue