mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-11-27 14:49:25 +00:00
tidying
This commit is contained in:
parent
82b5b27ca8
commit
b4dace7b24
@ -20,7 +20,7 @@ public class HiResImage extends AbstractFile
|
|||||||
private static final int[][] palette = { { VIOLET, GREEN }, { BLUE, RED } };
|
private static final int[][] palette = { { VIOLET, GREEN }, { BLUE, RED } };
|
||||||
|
|
||||||
private static boolean colourQuirks;
|
private static boolean colourQuirks;
|
||||||
private static boolean matchColourBits = false;
|
private static boolean matchColourBits = true;
|
||||||
private static boolean drawColour = true;
|
private static boolean drawColour = true;
|
||||||
|
|
||||||
private final int[] line = new int[280];
|
private final int[] line = new int[280];
|
||||||
|
Loading…
Reference in New Issue
Block a user