This commit is contained in:
aap 2019-06-26 21:46:55 +02:00
parent d9b3c82c5e
commit 50cce3e586
1 changed files with 1 additions and 1 deletions

View File

@ -953,7 +953,7 @@ CStreaming::IsTxdUsedByRequestedModels(int32 txdId)
int streamId;
int i;
for(si = ms_startRequestedList.m_next; si != &ms_startRequestedList; si = si->m_next){
for(si = ms_startRequestedList.m_next; si != &ms_endRequestedList; si = si->m_next){
streamId = si - ms_aInfoForModel;
if(streamId < STREAM_OFFSET_TXD &&
CModelInfo::GetModelInfo(streamId)->GetTxdSlot() == txdId)