firewall option fixed in host a game

origin
stpohle 23 years ago
parent cd75bbcefc
commit ce2521ee1e

@ -202,6 +202,12 @@ multiplayer_firstrun ()
void void
host_multiplayer_game () host_multiplayer_game ()
{ {
if (bman.firewall) {
menu_displaymessage ("Firewall Option", "You can't start a game with Firewall enabled.");
return;
}
multiplayer_firstrun (); multiplayer_firstrun ();
while (bman.state != GS_startup && bman.state != GS_quit) { while (bman.state != GS_startup && bman.state != GS_quit) {

Loading…
Cancel
Save