mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-26 17:46:38 -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'):
|
case FOURCC('M', 'x', 'H', 'd'):
|
||||||
current += (((MxU32*) current)[1] + 8);
|
current += (((MxU32*) current)[1] + 8);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue