Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
GameMP: Show disconnect dialog on leaving load game session.
Browse files Browse the repository at this point in the history
  • Loading branch information
the3dfxdude committed Jul 9, 2020
1 parent e44cd7a commit 9db2a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OGAMEMP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,7 @@ void Game::load_mp_game(char *fileName, int lobbied, char *game_host)
if( !mp_select_load_option(fileName) )
{
remote.deinit();
mp_close_session();
#ifdef HAVE_LIBCURL
ws.deinit();
#endif
Expand Down

0 comments on commit 9db2a43

Please sign in to comment.