* General decrufting:
* Removed Q3_STATIC and associated defines * Removed MAC_STATIC * Replaced __LCC__ with Q3_VM * Removed bspc and splines directories
This commit is contained in:
parent
63fdc74843
commit
c41483634c
116 changed files with 16 additions and 48383 deletions
|
@ -980,7 +980,7 @@ CM_PatchCollideFromGrid
|
|||
static void CM_PatchCollideFromGrid( cGrid_t *grid, patchCollide_t *pf ) {
|
||||
int i, j;
|
||||
float *p1, *p2, *p3;
|
||||
MAC_STATIC int gridPlanes[MAX_GRID_SIZE][MAX_GRID_SIZE][2];
|
||||
int gridPlanes[MAX_GRID_SIZE][MAX_GRID_SIZE][2];
|
||||
facet_t *facet;
|
||||
int borders[4];
|
||||
int noAdjust[4];
|
||||
|
@ -1147,7 +1147,7 @@ Points is packed as concatenated rows.
|
|||
*/
|
||||
struct patchCollide_s *CM_GeneratePatchCollide( int width, int height, vec3_t *points ) {
|
||||
patchCollide_t *pf;
|
||||
MAC_STATIC cGrid_t grid;
|
||||
cGrid_t grid;
|
||||
int i, j;
|
||||
|
||||
if ( width <= 2 || height <= 2 || !points ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue