Removed a lot of tool code.
This commit is contained in:
parent
9b449609fa
commit
5d3725f9d9
41 changed files with 19 additions and 2062 deletions
|
@ -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 */
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue