mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
remove assertion that fired on creation of every standalone game
This commit is contained in:
parent
736e5f1ea0
commit
4ab846ee60
1 changed files with 0 additions and 5 deletions
|
@ -1878,17 +1878,12 @@ public class BoardDelegate extends DelegateBase
|
|||
pairs.m_paths, langName,
|
||||
m_utils, m_jniu,
|
||||
null, cp, m_xport ) ) {
|
||||
Assert.fail(); // does this ever happen?
|
||||
XwJNI.game_makeNewGame( m_jniGamePtr, m_gi, m_utils,
|
||||
m_jniu, null, cp, m_xport,
|
||||
dictNames, pairs.m_bytes,
|
||||
pairs.m_paths, langName );
|
||||
}
|
||||
|
||||
// XwJNI.game_summarize( m_jniGamePtr, m_summary );
|
||||
DbgUtils.logf( "BoardDelegate:after makeFromStream: room name: %s",
|
||||
m_summary.roomName );
|
||||
|
||||
Handler handler = new Handler() {
|
||||
public void handleMessage( Message msg ) {
|
||||
switch( msg.what ) {
|
||||
|
|
Loading…
Reference in a new issue