Don't call comms_start while opening game. Caller may still consider

another game open.
This commit is contained in:
ehouse 2007-03-18 23:55:58 +00:00
parent 0d286632be
commit dfc2d679e0

View file

@ -182,7 +182,6 @@ game_makeFromStream( MPFORMAL XWStreamCtxt* stream, XWGame* game,
if ( hasComms ) {
game->comms = comms_makeFromStream( MPPARM(mpool) stream, util,
sendProc, closure );
comms_start( game->comms );
} else {
game->comms = NULL;
}