rnd-19981005-1
[rocksndiamonds.git] / src / main.c
index 03d7e66e01c3d048b45b02d5463c6324f1486507..61039723459de7e82fd6f203e5a0a1c49c03957e 100644 (file)
@@ -50,7 +50,6 @@ char         *program_name = NULL;
 char          *display_name = NULL;
 char          *server_host = NULL;
 int            server_port = 0;
-int            networking = FALSE;
 int            standalone = TRUE;
 int            verbose = FALSE;
 
@@ -106,6 +105,8 @@ int         AllPlayersGone;
 int            FrameCounter, TimeFrames, TimeLeft;
 int            MampferNr, SiebAktiv;
 
+byte           network_player_action[MAX_PLAYERS];
+BOOL           network_player_action_stored = FALSE;
 int            TestPlayer = 0;
 
 struct LevelDirInfo    leveldir[MAX_LEVDIR_ENTRIES];