rnd-19981013-3
[rocksndiamonds.git] / src / main.c
index cf042880bc0f621904d27137f2c3df53c14924a6..49478464d427b114e7ebb2fb75218f0814988167 100644 (file)
@@ -51,11 +51,12 @@ char               *display_name = NULL;
 char          *server_host = NULL;
 int            server_port = 0;
 int            serveronly = FALSE;
-int            standalone = TRUE;
+int            network = FALSE;
 int            verbose = FALSE;
 
 int            game_status = MAINMENU;
 int            game_emulation = EMU_NONE;
+int            network_playing = FALSE;
 int            button_status = MB_NOT_PRESSED, motion_status = FALSE;
 int            key_joystick_mapping = 0;
 int            global_joystick_status = JOYSTICK_STATUS;