mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
d'oh
This commit is contained in:
parent
52d178b3be
commit
2e6ecd97c8
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ typedef struct {
|
|||
qboolean short_circuit; // short circuit logic for && and ||
|
||||
qboolean fast_float; // use floats directly in ifs
|
||||
qboolean vector_calls; // use floats instead of vectors for constant function args
|
||||
qboolean local_merge; // merge function locals into one block
|
||||
qboolean local_merging; // merge function locals into one block
|
||||
unsigned progsversion; // Progs version to generate code for
|
||||
} code_options_t;
|
||||
|
||||
|
|
Loading…
Reference in a new issue