mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 10:24:18 +00:00
Implement/match LegoLoopingAnimPresenter (#924)
This commit is contained in:
committed by
GitHub
parent
29a0e32739
commit
9a05edd0a7
@@ -130,7 +130,7 @@ void MxDSSubscriber::FreeDataChunk(MxStreamChunk* p_chunk)
|
||||
delete p_chunk;
|
||||
}
|
||||
}
|
||||
else if (p_chunk->GetFlags() & MxDSChunk::c_bit1 && p_chunk) {
|
||||
else if (p_chunk->GetChunkFlags() & DS_CHUNK_BIT1 && p_chunk) {
|
||||
delete p_chunk;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user