diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/module.h | 9 | ||||
| -rw-r--r-- | src/include/prototyp.h | 18 | ||||
| -rw-r--r-- | src/include/shape.h | 29 |
3 files changed, 1 insertions, 55 deletions
diff --git a/src/include/module.h b/src/include/module.h index ac68355..b4b65d0 100644 --- a/src/include/module.h +++ b/src/include/module.h @@ -165,15 +165,6 @@ typedef struct modulemapblock { int MapInteriorType; - #if InterfaceEngine - - /* This will point to the Object_Chunk, it will have to be */ - /* cast within C++ though */ - - void * o_chunk; - - #endif - int MapLightType; /* See LIGHTTYPES */ diff --git a/src/include/prototyp.h b/src/include/prototyp.h index 71095b7..820524b 100644 --- a/src/include/prototyp.h +++ b/src/include/prototyp.h @@ -347,15 +347,6 @@ typedef struct mapblock6 { int MapInteriorType; - #if InterfaceEngine - - /* This will point to the Object_Chunk, it will have to be */ - /* cast within C++ though */ - - void * o_chunk; - - #endif - } MAPBLOCK6; @@ -385,15 +376,6 @@ typedef struct mapblock7 { int MapInteriorType; - #if InterfaceEngine - - /* This will point to the Object_Chunk, it will have to be */ - /* cast within C++ though */ - - void * o_chunk; - - #endif - int MapLightType; /* See LIGHTTYPES */ diff --git a/src/include/shape.h b/src/include/shape.h index 2f4981f..cc5e986 100644 --- a/src/include/shape.h +++ b/src/include/shape.h @@ -475,25 +475,6 @@ typedef struct polyheader { } POLYHEADER; -#if InterfaceEngine - -/* - - Little structure for use creating - merge lists - -*/ - -typedef struct merged_poly -{ - int other_poly; - int num_verts; - int vert_ind[4]; -} MERGED_POLY; - -#endif - - /* @@ -518,15 +499,7 @@ typedef struct merged_poly #define iflag_no_bfc 0x00000020 /* No Back Face Cull */ #define iflag_hazing 0x00000040 /* Haze / Depth Cue colour */ -#if InterfaceEngine - - #define iflag_selected 0x00000080 /* It's a tools thing */ - -#else - - #define iflag_zbuffer_w 0x00000080 /* Z-Buffer, Write-Only */ - -#endif /* InterfaceEngine */ +#define iflag_zbuffer_w 0x00000080 /* Z-Buffer, Write-Only */ #define iflag_shadingtable 0x00000100 /* Hue is a table index */ #define iflag_tab_gour_8 0x00000200 /* Gour. for 8-bit modes uses tab. */ |
