mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
set draw after ending game so scoreboard will update
This commit is contained in:
parent
28edaa09e2
commit
4b48c1a0e6
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue