This commit is contained in:
Bill Currie 2007-04-10 13:01:45 +00:00 committed by Jeff Teunissen
parent 52d178b3be
commit 2e6ecd97c8
1 changed files with 1 additions and 1 deletions

View File

@ -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;