Revision c2025412
Added by Leszek Koltunski 26 days ago
src/main/java/org/distorted/solvers/ScreenSolutionSinglephased.java | ||
---|---|---|
191 | 191 |
else |
192 | 192 |
{ |
193 | 193 |
int axis = mMoves[mCurrMove-1][0]; |
194 |
int rowBitmap = mMoves[mCurrMove-1][1];
|
|
195 |
int bareAngle = mMoves[mCurrMove-1][2];
|
|
194 |
int rowBitmap = mMoves[mCurrMove-1][1]; |
|
195 |
int bareAngle = mMoves[mCurrMove-1][2]; |
|
196 | 196 |
|
197 | 197 |
if( bareAngle!=0 ) |
198 | 198 |
{ |
... | ... | |
227 | 227 |
else |
228 | 228 |
{ |
229 | 229 |
int axis = mMoves[mCurrMove][0]; |
230 |
int rowBitmap = mMoves[mCurrMove][1];
|
|
231 |
int bareAngle = mMoves[mCurrMove][2];
|
|
230 |
int rowBitmap = mMoves[mCurrMove][1]; |
|
231 |
int bareAngle = mMoves[mCurrMove][2]; |
|
232 | 232 |
|
233 | 233 |
if( bareAngle!=0 ) |
234 | 234 |
{ |
Also available in: Unified diff
minor