This commit is contained in:
parent
2b18408e9a
commit
948f32ea2e
8 changed files with 244 additions and 102 deletions
|
@ -155,9 +155,8 @@ struct sElem3d
|
|||
u16 TriCount;
|
||||
u16 QuadStart;
|
||||
u16 QuadCount;
|
||||
u16 VtxStart;
|
||||
u8 TVtxCount;
|
||||
u8 SVtxCount;
|
||||
u16 VtxIdxStart;
|
||||
u16 VtxTriCount;
|
||||
}; // 12
|
||||
|
||||
//***************************************************************************
|
||||
|
@ -231,7 +230,7 @@ struct sLevelHdr
|
|||
sTri *TriList;
|
||||
sQuad *QuadList;
|
||||
sVtx *VtxList;
|
||||
u16 *LocalVtxList;
|
||||
u16 *VtxIdxList;
|
||||
sModel *ModelList;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue