From 486cad2ad94537c93792611d714bd352a0a6ecc3 Mon Sep 17 00:00:00 2001 From: patty21 Date: Mon, 2 Jun 2003 18:51:33 +0000 Subject: [PATCH] freeing gfx screen removed --- src/game.c | 2 +- src/multiwait.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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]);