|
|
@ -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) {
|
|
|
|