diff options
Diffstat (limited to 'src/include/prototyp.h')
| -rw-r--r-- | src/include/prototyp.h | 18 |
1 files changed, 0 insertions, 18 deletions
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 */ |
