dump view: names

This commit is contained in:
honfika
2014-06-22 00:25:28 +02:00
parent a0804e2cb9
commit 4e0ec9df93
106 changed files with 3758 additions and 3605 deletions
@@ -1038,7 +1038,7 @@ public class SWFOutputStream extends OutputStream {
sos.writeUB(1, value.condOverUpToIddle ? 1 : 0);
sos.writeUB(1, value.condIdleToOverUp ? 1 : 0);
sos.writeUB(7, value.condKeyPress);
sos.writeUB(1, value.condOverDownToIddle ? 1 : 0);
sos.writeUB(1, value.condOverDownToIdle ? 1 : 0);
sos.write(value.actionBytes);
}
byte[] data = baos.toByteArray();