mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 22:11:35 -04:00
Merge duplicate JSystem structs into a new header
This commit is contained in:
@@ -33,7 +33,7 @@ void* J3DClusterLoader_v15::load(const void* i_data) {
|
||||
mpDeformData->clear();
|
||||
|
||||
const JSystemFileHeader* fileHeader = (JSystemFileHeader*)i_data;
|
||||
const JSystemBlockHeader* block = &fileHeader->mFirst;
|
||||
const JSystemBlockHeader* block = &fileHeader->mFirstBlock;
|
||||
for (int i = 0; i < fileHeader->mBlockNum; i++) {
|
||||
switch (block->mType) {
|
||||
case 'CLS1':
|
||||
|
||||
Reference in New Issue
Block a user