Revision 87929b12
Added by Leszek Koltunski 6 months ago
src/main/java/org/distorted/objectlib/scrambling/ObjectScrambler.java | ||
---|---|---|
741 | 741 |
|
742 | 742 |
mCurrStep = 100000; |
743 | 743 |
mCurrState = 0; |
744 |
mAxisExcluded = ghostAxis;
|
|
744 |
mAxisExcluded =-1;
|
|
745 | 745 |
initializeScrambling(); |
746 | 746 |
} |
747 | 747 |
|
... | ... | |
749 | 749 |
{ |
750 | 750 |
int random = rnd.nextInt(mBasicAngle); |
751 | 751 |
scramble[curr] = mInitGhostMoves[curr*mBasicAngle + random]; |
752 |
mAxisExcluded = scramble[curr].getAxis(); |
|
752 | 753 |
} |
753 | 754 |
else |
754 | 755 |
{ |
Also available in: Unified diff
improve SCRAMBLING_GHOST: cont'd