From c0a6007d9ae0347aba69f755dbcdcaf3bc089d3f Mon Sep 17 00:00:00 2001 From: stpohle Date: Sun, 20 Feb 2005 19:01:06 +0000 Subject: [PATCH] Firewall Check on HOST a game is not anymore needed. --- src/netmenu.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/netmenu.c b/src/netmenu.c index 0cdd6aa..1314aa8 100644 --- a/src/netmenu.c +++ b/src/netmenu.c @@ -142,10 +142,7 @@ multiplayer_firstrun () * We will host a network game */ void host_multiplayer_game () { - if (bman.firewall) { - menu_displaymessage("Error", "You can not start a network game\nwith the firewall option on."); - return; - } + bman.firewall = 0; multiplayer_firstrun (); if (network_init () < 0) {