mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
set bingoMin
This commit is contained in:
parent
38c80209c4
commit
759cf12ecf
2 changed files with 2 additions and 2 deletions
|
@ -408,7 +408,7 @@ game_makeFromInvite( MPFORMAL XWEnv xwe, const NetLaunchInfo* nli,
|
||||||
{
|
{
|
||||||
gi_setNPlayers( gi, nli->nPlayersT, nli->nPlayersH );
|
gi_setNPlayers( gi, nli->nPlayersT, nli->nPlayersH );
|
||||||
gi->boardSize = 15;
|
gi->boardSize = 15;
|
||||||
gi->traySize = 7;
|
gi->traySize = gi->bingoMin = 7;
|
||||||
gi->gameID = nli->gameID;
|
gi->gameID = nli->gameID;
|
||||||
gi->dictLang = nli->lang;
|
gi->dictLang = nli->lang;
|
||||||
gi->forceChannel = nli->forceChannel;
|
gi->forceChannel = nli->forceChannel;
|
||||||
|
|
|
@ -1487,7 +1487,7 @@ loadAndDraw( Globals* globals, const NetLaunchInfo* invite,
|
||||||
dict_getShortName(dict) );
|
dict_getShortName(dict) );
|
||||||
gs->gi.nPlayers = 2;
|
gs->gi.nPlayers = 2;
|
||||||
gs->gi.boardSize = 15;
|
gs->gi.boardSize = 15;
|
||||||
gs->gi.traySize = 7;
|
gs->gi.traySize = gs->gi.bingoMin = 7;
|
||||||
gs->gi.players[0].name = copyString( globals->mpool, playerName );
|
gs->gi.players[0].name = copyString( globals->mpool, playerName );
|
||||||
gs->gi.players[0].isLocal = XP_TRUE;
|
gs->gi.players[0].isLocal = XP_TRUE;
|
||||||
gs->gi.players[0].robotIQ = 0;
|
gs->gi.players[0].robotIQ = 0;
|
||||||
|
|
Loading…
Reference in a new issue