mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
formatting
This commit is contained in:
parent
479805ee08
commit
50a55d1335
1 changed files with 2 additions and 1 deletions
|
@ -173,7 +173,8 @@ game_makeFromStream( MPFORMAL XWStreamCtxt* stream, XWGame* game,
|
|||
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||
hasComms = stream_getU8( stream );
|
||||
if ( hasComms ) {
|
||||
game->comms = comms_makeFromStream( MPPARM(mpool) stream, util, sendProc, closure );
|
||||
game->comms = comms_makeFromStream( MPPARM(mpool) stream, util,
|
||||
sendProc, closure );
|
||||
comms_start( game->comms );
|
||||
} else {
|
||||
game->comms = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue