Normand Briere
2019-07-17 a5580a47d246c1272b10adba68070f6e13da5e41
cRadio.java
....@@ -35,8 +35,10 @@
3535 camera = (Camera)Grafreed.clone(c);
3636 }
3737
38
- byte[] graphs[] = new byte[10000][];
39
- int undoindex = 0;
38
+ //byte[] versions[] = new byte[100][];
39
+ //boolean[] user = new boolean[100];
40
+
41
+ //int versionindex = -1;
4042
4143 // Patch to avoid bug with transparency.
4244 boolean hadMaterial;