Project

General

Profile

« Previous | Next » 

Revision ca280c3f

Added by Leszek Koltunski almost 2 years ago

Make the BandagedPlay use FastScramble. (static 500 times)

View differences:

src/main/java/org/distorted/screens/RubikScreenPlay.java
366 366
        {
367 367
        int currObject = RubikObjectList.getCurrObject();
368 368
        RubikObject object = RubikObjectList.getObject(currObject);
369
        int numScrambles = object==null ? 0 : object.getNumScramble();
369
        int numScrambles = object==null ? 0 : 2*object.getNumScramble();
370 370
        mShouldReactToEndOfScrambling = false;
371 371
        act.getControl().fastScrambleObject(numScrambles);
372 372
        }

Also available in: Unified diff