Fixed untested sand walking bit size count only the one's as step
This commit is contained in:
parent
4dcba6b3d2
commit
6e75b1d115
|
@ -313,10 +313,10 @@ public class FourCornerZionStenoLexer {
|
|||
lexer.smokeSignals.burnSandWormSignOutOfOrder(lexer.currLine, lexer.currCol);
|
||||
return;
|
||||
}
|
||||
bitSize++;
|
||||
bitIdxLast = bitIdx;
|
||||
int bitOff = bitIdx - FourCornerDotCake.FC_SAND_OLGOI.getStart();
|
||||
sandWalking[bitOff] = 1;
|
||||
bitSize = bitOff;
|
||||
}
|
||||
lexer.sandwormHead.clear();
|
||||
PrimitiveIterator.OfInt i = Arrays.stream(sandWalking).iterator();
|
||||
|
|
Loading…
Reference in a new issue