From ce2521ee1ef67083549f67e328595fd5b56c7c80 Mon Sep 17 00:00:00 2001 From: stpohle Date: Sun, 8 Jun 2003 23:32:45 +0000 Subject: [PATCH] firewall option fixed in host a game --- src/netmenu.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/netmenu.c b/src/netmenu.c index 330c84f..7bc78eb 100644 --- a/src/netmenu.c +++ b/src/netmenu.c @@ -202,6 +202,12 @@ multiplayer_firstrun () void host_multiplayer_game () { + + if (bman.firewall) { + menu_displaymessage ("Firewall Option", "You can't start a game with Firewall enabled."); + return; + } + multiplayer_firstrun (); while (bman.state != GS_startup && bman.state != GS_quit) {