test theory about dropped moves

This commit is contained in:
Andy2 2011-07-18 19:01:34 -07:00
parent d286e7011f
commit 4ffd37d216

View file

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