X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=blobdiff_plain;f=SamMorrow.pde;h=00ed073c46506c1f3012938381efc3f89892c676;hp=350615dbdbb614016f99dfda9ba7b9619a54f2da;hb=7d60f6f6ea82fd5c9794524ce11d40e7d6c00bf7;hpb=6b163a98976a5f2adf9da1b7bd3297e39d6dd7bf diff --git a/SamMorrow.pde b/SamMorrow.pde index 350615d..00ed073 100644 --- a/SamMorrow.pde +++ b/SamMorrow.pde @@ -1,13 +1,13 @@ abstract class SamPattern extends SCPattern { - public SamPattern(GLucose glucose) { - super(glucose); + public SamPattern(LX lx) { + super(lx); setEligible(false); } } class JazzRainbow extends SamPattern { - public JazzRainbow(GLucose glucose) { - super(glucose); + public JazzRainbow(LX lx) { + super(lx); }