This commit is contained in:
Denis Molony 2016-02-22 19:00:45 +11:00
parent 82b5b27ca8
commit b4dace7b24
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public class HiResImage extends AbstractFile
private static final int[][] palette = { { VIOLET, GREEN }, { BLUE, RED } };
private static boolean colourQuirks;
private static boolean matchColourBits = false;
private static boolean matchColourBits = true;
private static boolean drawColour = true;
private final int[] line = new int[280];