aboutsummaryrefslogtreecommitdiffstats
path: root/code/asm/qasm.h
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-09-21 00:20:43 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-09-21 00:20:43 +0000
commit0bf2926b4fd2b19ea9c46f25d38a103f568915c4 (patch)
tree35008ff28ba83ab132e8be5ea7ea5eb2add00f6e /code/asm/qasm.h
parentf0956f12fc760a96648814b2c88dadaf64368032 (diff)
downloadioquake3-aero-0bf2926b4fd2b19ea9c46f25d38a103f568915c4.tar.gz
ioquake3-aero-0bf2926b4fd2b19ea9c46f25d38a103f568915c4.zip
* (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
Diffstat (limited to 'code/asm/qasm.h')
-rw-r--r--code/asm/qasm.h9
1 files changed, 0 insertions, 9 deletions
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