mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
Don't call comms_start while opening game. Caller may still consider
another game open.
This commit is contained in:
parent
0d286632be
commit
dfc2d679e0
1 changed files with 0 additions and 1 deletions
|
@ -182,7 +182,6 @@ game_makeFromStream( MPFORMAL XWStreamCtxt* stream, XWGame* game,
|
||||||
if ( hasComms ) {
|
if ( hasComms ) {
|
||||||
game->comms = comms_makeFromStream( MPPARM(mpool) stream, util,
|
game->comms = comms_makeFromStream( MPPARM(mpool) stream, util,
|
||||||
sendProc, closure );
|
sendProc, closure );
|
||||||
comms_start( game->comms );
|
|
||||||
} else {
|
} else {
|
||||||
game->comms = NULL;
|
game->comms = NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue