mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
Merge branch 'gtk_multigame' of ssh://xwords.git.sourceforge.net/gitroot/xwords/xwords into gtk_multigame
This commit is contained in:
commit
e79b0bd3eb
1 changed files with 3 additions and 0 deletions
|
@ -1926,6 +1926,9 @@ cursesmain( XP_Bool isServer, LaunchParams* params )
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
if ( !!g_globals.cGlobals.game.comms ) {
|
||||||
|
comms_stop( g_globals.cGlobals.game.comms );
|
||||||
|
}
|
||||||
saveGame( &g_globals.cGlobals );
|
saveGame( &g_globals.cGlobals );
|
||||||
|
|
||||||
game_dispose( &g_globals.cGlobals.game ); /* takes care of the dict */
|
game_dispose( &g_globals.cGlobals.game ); /* takes care of the dict */
|
||||||
|
|
Loading…
Add table
Reference in a new issue