mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
test theory about dropped moves
This commit is contained in:
parent
d286e7011f
commit
4ffd37d216
1 changed files with 1 additions and 0 deletions
|
@ -271,6 +271,7 @@ public class JNIThread extends Thread {
|
|||
if ( nextSame( JNICmd.CMD_SAVE ) ) {
|
||||
continue;
|
||||
}
|
||||
(void)XwJNI.server_do( m_jniGamePtr );
|
||||
XwJNI.game_getGi( m_jniGamePtr, m_gi );
|
||||
GameSummary summary = new GameSummary( m_gi );
|
||||
XwJNI.game_summarize( m_jniGamePtr, summary );
|
||||
|
|
Loading…
Reference in a new issue