mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
Merge branch 'master' into cooking
This commit is contained in:
commit
c41ef65cc9
1 changed files with 1 additions and 0 deletions
1
opts.c
1
opts.c
|
@ -63,6 +63,7 @@ static void opts_setdefault() {
|
|||
opts_set(opts.flags, CORRECT_TERNARY, true);
|
||||
opts_set(opts.flags, BAIL_ON_WERROR, true);
|
||||
opts_set(opts.flags, LEGACY_VECTOR_MATHS, true);
|
||||
opts_set(opts.flags, DARKPLACES_STRING_TABLE_BUG, true);
|
||||
}
|
||||
|
||||
void opts_backup_non_Wall() {
|
||||
|
|
Loading…
Reference in a new issue