Fix MxDSBuffer::FUN_100c6fa0

This commit is contained in:
Christian Semmler 2024-02-02 22:01:57 -05:00
parent f0ea8850c4
commit a131f89290
No known key found for this signature in database
GPG key ID: 086DAA1360BEEE5C

View file

@ -526,6 +526,8 @@ MxU8* MxDSBuffer::FUN_100c6fa0(MxU8* p_data)
case FOURCC('M', 'x', 'H', 'd'):
current += (((MxU32*) current)[1] + 8);
break;
default:
return NULL;
}
}