sync after saving. Seems to improve recovery from TERMs sent by test scripts.

This commit is contained in:
Eric House 2010-09-28 18:06:05 -07:00
parent a89520a377
commit a6f5ea5f4a

View file

@ -1623,6 +1623,7 @@ cursesmain( XP_Bool isServer, LaunchParams* params )
outStream );
stream_destroy( outStream );
sync();
}
game_dispose( &g_globals.cGlobals.game ); /* takes care of the dict */