From 0bf2926b4fd2b19ea9c46f25d38a103f568915c4 Mon Sep 17 00:00:00 2001 From: tma Date: Mon, 21 Sep 2009 00:20:43 +0000 Subject: * (bug #3639) BoxOnPlaneSide rewrite (Diego de Estrada/Patrick Bagget/Daniel Gibson) git-svn-id: svn://svn.icculus.org/quake3/trunk@1635 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/asm/qasm.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'code/asm/qasm.h') diff --git a/code/asm/qasm.h b/code/asm/qasm.h index b02a60a..f38acb5 100644 --- a/code/asm/qasm.h +++ b/code/asm/qasm.h @@ -34,13 +34,4 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define C(label) _##label #endif -// plane_t structure -// !!! if this is changed, it must be changed in q_shared.h too !!! -#define pl_normal 0 -#define pl_dist 12 -#define pl_type 16 -#define pl_signbits 17 -#define pl_pad 18 -#define pl_size 20 - #endif -- cgit v1.2.3