Firewall Check on HOST a game is not anymore needed.

origin
stpohle 21 years ago
parent 8d2c74d791
commit c0a6007d9a

@ -142,10 +142,7 @@ multiplayer_firstrun ()
* We will host a network game * We will host a network game
*/ */
void host_multiplayer_game () { void host_multiplayer_game () {
if (bman.firewall) { bman.firewall = 0;
menu_displaymessage("Error", "You can not start a network game\nwith the firewall option on.");
return;
}
multiplayer_firstrun (); multiplayer_firstrun ();
if (network_init () < 0) { if (network_init () < 0) {

Loading…
Cancel
Save