fix compile error

This commit is contained in:
Andy2 2011-05-06 19:01:15 -07:00
parent d407880dc1
commit 129a9e97ef

View file

@ -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 );
}