set draw after ending game so scoreboard will update

This commit is contained in:
eehouse 2010-02-27 18:03:51 +00:00
parent 28edaa09e2
commit 4b48c1a0e6

View file

@ -311,12 +311,12 @@ public class JNIThread extends Thread {
handle( JNICmd.CMD_POST_OVER );
} else {
Message.obtain( m_handler, QUERY_ENDGAME ).sendToTarget();
draw = true;
}
break;
case CMD_ENDGAME:
XwJNI.server_endGame( m_jniGamePtr );
draw = true;
break;
case CMD_POST_OVER: