mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +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 );
|
handle( JNICmd.CMD_POST_OVER );
|
||||||
} else {
|
} else {
|
||||||
Message.obtain( m_handler, QUERY_ENDGAME ).sendToTarget();
|
Message.obtain( m_handler, QUERY_ENDGAME ).sendToTarget();
|
||||||
draw = true;
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case CMD_ENDGAME:
|
case CMD_ENDGAME:
|
||||||
XwJNI.server_endGame( m_jniGamePtr );
|
XwJNI.server_endGame( m_jniGamePtr );
|
||||||
|
draw = true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case CMD_POST_OVER:
|
case CMD_POST_OVER:
|
||||||
|
|
Loading…
Add table
Reference in a new issue