Decode morphisms so ObjectDefinitions are actually correct.

This commit is contained in:
Major-
2015-03-06 08:44:13 +00:00
parent c8e7d710f0
commit 297657cda6
@@ -124,6 +124,13 @@ public final class ObjectDefinitionDecoder {
definition.setObstructive(true);
} else if (opcode == 75) {
data.get();
} else if (opcode == 77) {
data.getShort();
data.getShort();
int count = data.get();
for (int i = 0; i <= count; i++){
data.getShort();
}
} else {
continue;
}