diff --git a/src/game.c b/src/game.c index acb35da..f477780 100644 --- a/src/game.c +++ b/src/game.c @@ -265,7 +265,7 @@ game_end () } } - /* check which player is now free ,i.e. disconnected during the game and was playing */ + /* check which player is now free,i.e. disconnected during the game and was playing */ for (i = 0; i < MAX_PLAYERS; i++) if ((bman.players[i].state & PSF_used) == 0) bman.players[i].state = 0; diff --git a/src/multiwait.c b/src/multiwait.c index 7c5b044..57685b6 100644 --- a/src/multiwait.c +++ b/src/multiwait.c @@ -52,8 +52,6 @@ mw_shutdown () chat_show (-1, -1, -1, -1); - menu_displaytext ("Please Wait", "Freeing GFX Data", 64, 128, 64); - gfx_free_players (); for (i = 0; i < MAX_PLAYERS; i++) SDL_FreeSurface (mw_plgfx[i]);