mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
fix crash by passing missing proc ptrs
This commit is contained in:
parent
f2b707ed4d
commit
47ea296c39
1 changed files with 1 additions and 2 deletions
|
@ -222,10 +222,9 @@ cb_newFor( CursesBoardState* cbState, const NetLaunchInfo* nli,
|
|||
commonInit( cbState, -1, NULL );
|
||||
CommonGlobals* cGlobals = &bGlobals->cGlobals;
|
||||
initCP( cGlobals );
|
||||
|
||||
if ( game_makeFromInvite( &cGlobals->game, NULL_XWE, nli, &selfAddr,
|
||||
cGlobals->util, (DrawCtx*)NULL,
|
||||
&cGlobals->cp, (TransportProcs*)NULL ) ) {
|
||||
&cGlobals->cp, &bGlobals->procs ) ) {
|
||||
linuxSaveGame( cGlobals );
|
||||
} else {
|
||||
XP_ASSERT( 0 );
|
||||
|
|
Loading…
Add table
Reference in a new issue