Remove the hull_t defines.

Nothing uses them...
This commit is contained in:
Bill Currie 2010-11-29 09:03:56 +09:00
parent 995a8d3e4e
commit 763ae71335
2 changed files with 0 additions and 11 deletions

View File

@ -199,7 +199,6 @@ typedef struct mleaf_s
byte ambient_sound_level[NUM_AMBIENTS];
} mleaf_t;
// !!! if this is changed, it must be changed in asm_i386.h too !!!
typedef struct hull_s
{
dclipnode_t *clipnodes;

View File

@ -57,14 +57,4 @@
#define pl_pad 18
#define pl_size 20
// hull_t structure
// !!! if this is changed, it must be changed in model.h too !!!
#define hu_clipnodes 0
#define hu_planes 4
#define hu_firstclipnode 8
#define hu_lastclipnode 12
#define hu_clip_mins 16
#define hu_clip_maxs 28
#define hu_size 40
#endif