mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +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
|
||||
}
|
||||
if ( !!g_globals.cGlobals.game.comms ) {
|
||||
comms_stop( g_globals.cGlobals.game.comms );
|
||||
}
|
||||
saveGame( &g_globals.cGlobals );
|
||||
|
||||
game_dispose( &g_globals.cGlobals.game ); /* takes care of the dict */
|
||||
|
|
Loading…
Reference in a new issue