Fix bug 74165

This commit is contained in:
Svetlana Kulikova
2025-04-22 16:26:42 +03:00
parent 0769a5ed3b
commit 1119fd4307

View File

@ -1332,7 +1332,7 @@ CFile.prototype["getInteractiveFormsInfo"] = function()
{
let AAType = reader.readString();
rec["AA"][AAType] = {};
readAction(reader, rec["AA"][AAType]);
readAction(reader, rec["AA"][AAType], reader.readDouble, reader.readString);
}
}
if (flags & (1 << 9))