mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 15:34:07 +00:00
timecycle; some rendering
This commit is contained in:
parent
ebdf08a514
commit
37a58a04f2
33 changed files with 688 additions and 318 deletions
|
@ -541,7 +541,12 @@ CStreaming::ConvertBufferToObject(int8 *buf, int32 streamId)
|
|||
|
||||
// Txd and anim have to be loaded
|
||||
int animId = mi->GetAnimFileIndex();
|
||||
#ifdef FIX_BUGS
|
||||
if(!HasTxdLoaded(mi->GetTxdSlot()) ||
|
||||
#else
|
||||
// texDict will exist even if only first part has loaded
|
||||
if(CTxdStore::GetSlot(mi->GetTxdSlot())->texDict == nil ||
|
||||
#endif
|
||||
animId != -1 && !CAnimManager::GetAnimationBlock(animId)->isLoaded){
|
||||
RemoveModel(streamId);
|
||||
ReRequestModel(streamId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue