X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=blobdiff_plain;f=SamMorrow.pde;h=00ed073c46506c1f3012938381efc3f89892c676;hp=350615dbdbb614016f99dfda9ba7b9619a54f2da;hb=dde759833df1c0190d9d3a982a90c0a4f8d76a26;hpb=a41f334c045811daef7e319214da557b5e48143a 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); }