]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
make the ast use the initlist
authorWolfgang Bumiller <wry.git@bumiller.com>
Wed, 12 Jun 2013 12:36:59 +0000 (14:36 +0200)
committerWolfgang Bumiller <wry.git@bumiller.com>
Wed, 12 Jun 2013 12:36:59 +0000 (14:36 +0200)
parser.c

index eac983ee3b643259f3ffb92b482febae4ffea749..6a4ae20bedaac8682f1198627d281936f5fe1d38 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -5841,6 +5841,7 @@ skipvar:
                 break;
             }
 
+            var->hasvalue = true;
             if (!parse_array(parser, var))
                 break;
         }