mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
gmqcc.ini.example: VECTOR_COMPONENTS
This commit is contained in:
parent
3d67b29a7b
commit
fda4f4d027
1 changed files with 4 additions and 0 deletions
|
@ -232,3 +232,7 @@
|
|||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue