SCI: removing one assert() from view loading, cause view 260 in kq6 really contains a celCount == 0 o_O
svn-id: r49024
This commit is contained in:
parent
86cd5b71fc
commit
faffc57136
1 changed files with 0 additions and 1 deletions
|
@ -201,7 +201,6 @@ void GfxView::initData(GuiResourceId resourceId) {
|
|||
}
|
||||
|
||||
celCount = loopData[2];
|
||||
assert(celCount);
|
||||
_loop[loopNo].celCount = celCount;
|
||||
|
||||
celData = _resourceData + READ_LE_UINT32(loopData + 12);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue