mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-02-23 09:29:00 +00:00
Fixed comment.
This commit is contained in:
parent
77e2a7c3cf
commit
e8ea2e9f87
@ -11,7 +11,7 @@ import java.util.Arrays;
|
||||
|
||||
public class Lx47Algorithm
|
||||
{
|
||||
static final int MAX_OFFSET = 16383; /* range 1..2176 */
|
||||
static final int MAX_OFFSET = 16384; /* range 1..65536 */
|
||||
static final int MAX_LEN = 256; /* range 2..65536 */
|
||||
static final int OFFSET_EXP_BITS = 6;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user