Merge branch 'master' into cooking

This commit is contained in:
Wolfgang Bumiller 2013-02-03 19:01:30 +01:00
commit c41ef65cc9

1
opts.c
View file

@ -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() {