|
|
|
@ -173,7 +173,7 @@ typedef struct mleaf_s
@@ -173,7 +173,7 @@ typedef struct mleaf_s
|
|
|
|
|
|
|
|
|
|
} mleaf_t; |
|
|
|
|
|
|
|
|
|
typedef struct msurface_s |
|
|
|
|
struct msurface_s |
|
|
|
|
{ |
|
|
|
|
int visframe; // should be drawn when node is crossed
|
|
|
|
|
|
|
|
|
@ -205,7 +205,7 @@ typedef struct msurface_s
@@ -205,7 +205,7 @@ typedef struct msurface_s
|
|
|
|
|
|
|
|
|
|
color24 *samples; // note: this is the actual lightmap data for this surface
|
|
|
|
|
decal_t *pdecals; |
|
|
|
|
} msurface_t; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
typedef struct msurfmesh_s |
|
|
|
|
{ |
|
|
|
|