]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - parser.c
Another hardcoded -std=gmqcc option removed and added to the implied -std=gmqcc flags
[xonotic/gmqcc.git] / parser.c
index f6295947f4435a4c5fd6aefc47dd54a77db622e7..ce1b212071b3910e2c9fb868e46f2b74f73c37ea 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -4892,8 +4892,7 @@ skipvar:
                 }
                 else
                 {
                 }
                 else
                 {
-                    if (opts.standard != COMPILER_GMQCC &&
-                        !OPTS_FLAG(INITIALIZED_NONCONSTANTS) &&
+                    if (!OPTS_FLAG(INITIALIZED_NONCONSTANTS) &&
                         qualifier != CV_VAR)
                     {
                         var->cvq = CV_CONST;
                         qualifier != CV_VAR)
                     {
                         var->cvq = CV_CONST;