From ea589bedcc5376a0a8ab9b864ed2ecc64e63c699 Mon Sep 17 00:00:00 2001 From: rambetter Date: Tue, 11 Jan 2011 08:25:10 +0000 Subject: [PATCH] As per TTimo's suggestion, turning all three experimental q3map2 fixes on in q3map2.h: EXPERIMENTAL_HIGH_PRECISION_MATH_Q3MAP2_FIXES, EXPERIMENTAL_SNAP_NORMAL_FIX, and EXPERIMENTAL_SNAP_PLANE_FIX. These are all set to 1 now. git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@421 8a3a26a2-13c4-0310-b231-cf6edde360e5 --- tools/quake3/q3map2/q3map2.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/quake3/q3map2/q3map2.h b/tools/quake3/q3map2/q3map2.h index e3de7b7a..534a9d0f 100644 --- a/tools/quake3/q3map2/q3map2.h +++ b/tools/quake3/q3map2/q3map2.h @@ -123,9 +123,10 @@ constants ------------------------------------------------------------------------------- */ /* temporary hacks and tests (please keep off in SVN to prevent anyone's legacy map from screwing up) */ -#define EXPERIMENTAL_HIGH_PRECISION_MATH_Q3MAP2_FIXES 0 -#define EXPERIMENTAL_SNAP_NORMAL_FIX 0 -#define EXPERIMENTAL_SNAP_PLANE_FIX 0 +/* 2011-01-10 TTimo says we should turn these on in SVN, so turning on now */ +#define EXPERIMENTAL_HIGH_PRECISION_MATH_Q3MAP2_FIXES 1 +#define EXPERIMENTAL_SNAP_NORMAL_FIX 1 +#define EXPERIMENTAL_SNAP_PLANE_FIX 1 /* general */ #define MAX_QPATH 64 -- 2.39.2