]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
gmqcc.ini.example: VECTOR_COMPONENTS
authorWolfgang Bumiller <blub@speed.at>
Sat, 29 Dec 2012 14:13:28 +0000 (15:13 +0100)
committerWolfgang Bumiller <blub@speed.at>
Sat, 29 Dec 2012 14:13:28 +0000 (15:13 +0100)
gmqcc.ini.example

index 3332231e4dbbd013d1c13c92686c54058028d0cb..b07651d0172c35d404c2b60a40d3de0dccd3e1ff 100644 (file)
 
     # Do not create a RETURN instruction at the end functions of return-type void.
     VOID_RETURN                  = true
+
+    # Turn extraction-multiplications such as (a_vector * '0 1 0')
+    # into direct component accesses
+    VECTOR_COMPONENTS            = true