Normand Briere
2019-07-07 46dbce888e7c3eff8969f1ddbe22e144410b67f4
cRadio.java
....@@ -35,7 +35,9 @@
3535 camera = (Camera)Grafreed.clone(c);
3636 }
3737
38
- byte[] graphs[] = new byte[10000][];
38
+ byte[] graphs[] = new byte[100][];
39
+ boolean[] user = new boolean[100];
40
+
3941 int undoindex = 0;
4042
4143 // Patch to avoid bug with transparency.