mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
white space cleanup
This commit is contained in:
parent
99d8ea22b4
commit
cec8e09f07
1 changed files with 145 additions and 147 deletions
|
@ -131,7 +131,6 @@ typedef struct dvertex_s {
|
|||
#define PLANE_X 0
|
||||
#define PLANE_Y 1
|
||||
#define PLANE_Z 2
|
||||
|
||||
// 3-5 are non-axial planes snapped to the nearest
|
||||
#define PLANE_ANYX 3
|
||||
#define PLANE_ANYY 4
|
||||
|
@ -140,7 +139,7 @@ typedef struct dvertex_s {
|
|||
typedef struct dplane_s {
|
||||
float normal[3];
|
||||
float dist;
|
||||
int32_t type; // PLANE_X - PLANE_ANYZ ?remove? trivial to regenerate
|
||||
int32_t type; // PLANE_X - PLANE_ANYZ
|
||||
} dplane_t;
|
||||
|
||||
#define CONTENTS_EMPTY -1
|
||||
|
@ -229,8 +228,7 @@ typedef struct dleaf_s {
|
|||
//============================================================================
|
||||
|
||||
typedef struct bsp_s {
|
||||
dheader_t *header; // if this is non-null, all data is in one
|
||||
// contiguous block
|
||||
dheader_t *header;
|
||||
|
||||
int nummodels;
|
||||
dmodel_t *models;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue