From 5e926d3e7586d764eeaedf6f3951d5598cf553b5 Mon Sep 17 00:00:00 2001 From: Dusan Durech Date: Mon, 21 Dec 2009 23:58:47 +0100 Subject: fix bud with crash in net mutiplayer in screen analyze and push ENTER --- src/screen/world.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/screen/world.c b/src/screen/world.c index a37da1b..022a30d 100644 --- a/src/screen/world.c +++ b/src/screen/world.c @@ -440,8 +440,6 @@ void stoptWorld() hot_key_unregister(SDLK_ESCAPE); arena_quit(); - net_multiplayer_quit(); - if (arena != NULL) { arena_destroy(arena); } @@ -470,6 +468,8 @@ void stoptWorld() module_quit(); chat_quit(); id_quit_list(); + + net_multiplayer_quit(); } void world_init() -- cgit v1.2.3