mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
fix compile error
This commit is contained in:
parent
d407880dc1
commit
129a9e97ef
1 changed files with 2 additions and 1 deletions
|
@ -557,7 +557,8 @@ public class GamesList extends XWListActivity
|
|||
String path = DBUtils.getPathFor( this, room, lang, nPlayers );
|
||||
|
||||
if ( null == path ) {
|
||||
path = GameUtils.makeNewNetGame( this, room, lang,
|
||||
int[] langarr = { lang };
|
||||
path = GameUtils.makeNewNetGame( this, room, langarr,
|
||||
nPlayers );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue