mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
if unset in jni world this thing is invalid
This commit is contained in:
parent
9e86874e77
commit
72b506b2e7
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class LastMoveInfo {
|
|||
private static final int TRADE_TYPE = 2;
|
||||
private static final int PHONY_TYPE = 3;
|
||||
|
||||
public boolean isValid;
|
||||
public boolean isValid = false; // modified in jni world
|
||||
public String name;
|
||||
public int moveType;
|
||||
public int score;
|
||||
|
|
Loading…
Add table
Reference in a new issue