Removed headers that were accidently checked in.
Lots of compiling.
This commit is contained in:
parent
f759e35cd8
commit
71fa444424
47 changed files with 312 additions and 1049 deletions
|
@ -298,6 +298,7 @@ Object_Hierarchy_Alternate_Shape_Set_Chunk::Object_Hierarchy_Alternate_Shape_Set
|
|||
Object_Hierarchy_Alternate_Shape_Set_Chunk::Object_Hierarchy_Alternate_Shape_Set_Chunk(Chunk_With_Children* parent,const char* data,size_t)
|
||||
:Chunk(parent,"OBHALTSH")
|
||||
{
|
||||
int i;
|
||||
|
||||
Shape_Set_Num=*(int*)data;
|
||||
data+=4;
|
||||
|
@ -310,7 +311,7 @@ Object_Hierarchy_Alternate_Shape_Set_Chunk::Object_Hierarchy_Alternate_Shape_Set
|
|||
int num_shapes=*(int*)data;
|
||||
data+=4;
|
||||
|
||||
for(int i=0;i<num_shapes;i++)
|
||||
for(i=0;i<num_shapes;i++)
|
||||
{
|
||||
Replaced_Shape_Details* rsd=new Replaced_Shape_Details;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue