mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -05:00
Fix MxDSBuffer::FUN_100c6fa0
This commit is contained in:
parent
f0ea8850c4
commit
a131f89290
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue