This commit is contained in:
Ryszard Wiśniewski 2010-09-08 14:23:36 +02:00
parent bcd6782128
commit 98c152c6e2

View File

@ -101,7 +101,7 @@ public class Res9patchStreamDecoder implements ResStreamDecoder {
}
}
private static final int NP_CHUNK_TYPE = 0x6e705463;
private static final int NP_CHUNK_TYPE = 0x6e705463; // npTc
private static final int NP_COLOR = 0xff000000;