From 9bef9730fb26727a9b505a89615b6ef0425fe64a Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 20 Sep 2008 22:58:53 +0000 Subject: Remove heretic duplicate versions of M_AddToBox, M_ClearBox, SlopeDiv and use common versions. Subversion-branch: /branches/raven-branch Subversion-revision: 1260 --- src/heretic/doomdata.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/heretic/doomdata.h') diff --git a/src/heretic/doomdata.h b/src/heretic/doomdata.h index 8b56c0ed..b55daae4 100644 --- a/src/heretic/doomdata.h +++ b/src/heretic/doomdata.h @@ -107,9 +107,6 @@ typedef struct short offset; } mapseg_t; -enum -{ BOXTOP, BOXBOTTOM, BOXLEFT, BOXRIGHT }; // bbox coordinates - #define NF_SUBSECTOR 0x8000 typedef struct { -- cgit v1.2.3