mirror of
https://github.com/td512/re3.git
synced 2026-01-26 14:21:41 +00:00
couple of fixes
This commit is contained in:
@@ -361,10 +361,10 @@ CFileLoader::LoadClumpFile(const char *filename)
|
||||
nodename = GetFrameNodeName(RpClumpGetFrame(clump));
|
||||
GetNameAndLOD(nodename, name, &n);
|
||||
mi = (CClumpModelInfo*)CModelInfo::GetModelInfo(name, nil);
|
||||
assert(mi->IsClump());
|
||||
if(mi)
|
||||
if(mi){
|
||||
assert(mi->IsClump());
|
||||
mi->SetClump(clump);
|
||||
else
|
||||
}else
|
||||
RpClumpDestroy(clump);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user