if unset in jni world this thing is invalid

This commit is contained in:
Eric House 2014-08-29 06:59:24 -07:00
parent 9e86874e77
commit 72b506b2e7

View file

@ -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;