actually fix stage 20
comparison always was false
This commit is contained in:
parent
24e7338dc5
commit
15d47cfe03
|
@ -1346,7 +1346,7 @@ void FurnaceCV::buildStage(int which) {
|
||||||
memset(busy,0,28*40*sizeof(bool));
|
memset(busy,0,28*40*sizeof(bool));
|
||||||
|
|
||||||
// special stages
|
// special stages
|
||||||
if ((which%10)==19) {
|
if ((which%20)==19) {
|
||||||
for (int i=0; i<20+(which>>2); i++) {
|
for (int i=0; i<20+(which>>2); i++) {
|
||||||
int tries=0;
|
int tries=0;
|
||||||
while (tries<20) {
|
while (tries<20) {
|
||||||
|
|
Loading…
Reference in a new issue