Name some MxDSChunk flags (#394)

This commit is contained in:
Christian Semmler
2024-01-02 13:32:01 -05:00
committed by GitHub
parent 3f2fac72e4
commit afe537b99e
11 changed files with 23 additions and 27 deletions

View File

@@ -40,7 +40,7 @@ void MxLoopingFlcPresenter::NextFrame()
{
MxStreamChunk* chunk = NextChunk();
if (chunk->GetFlags() & MxStreamChunk::Flag_Bit2) {
if (chunk->GetFlags() & MxDSChunk::Flag_End) {
m_previousTickleStates |= 1 << (unsigned char) m_currentTickleState;
m_currentTickleState = TickleState_Repeating;
}