rnd-19981013-3
[rocksndiamonds.git] / src / main.c
index 03d7e66e01c3d048b45b02d5463c6324f1486507..49478464d427b114e7ebb2fb75218f0814988167 100644 (file)
@@ -50,12 +50,13 @@ char               *program_name = NULL;
 char          *display_name = NULL;
 char          *server_host = NULL;
 int            server_port = 0;
-int            networking = FALSE;
-int            standalone = TRUE;
+int            serveronly = FALSE;
+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;
@@ -106,6 +107,8 @@ int         AllPlayersGone;
 int            FrameCounter, TimeFrames, TimeLeft;
 int            MampferNr, SiebAktiv;
 
+byte           network_player_action[MAX_PLAYERS];
+BOOL           network_player_action_received = FALSE;
 int            TestPlayer = 0;
 
 struct LevelDirInfo    leveldir[MAX_LEVDIR_ENTRIES];