diff --git a/achterbahnconfig/autoconfigurator/autoconfigurator.pde b/achterbahnconfig/autoconfigurator/autoconfigurator.pde index 5c5d9e3..d8f76d1 100644 --- a/achterbahnconfig/autoconfigurator/autoconfigurator.pde +++ b/achterbahnconfig/autoconfigurator/autoconfigurator.pde @@ -18,7 +18,7 @@ PImage image_clear; int currentID=0; //int MAXID = 50; //inclusive //int MAXID = 599; -int MAXID = 10; +int MAXID = 599; int searchstate=0; //0=get reference image and ping box, 1=wait, 2=get image to compare and turn box off, 3=wait long starttime_wait=0;