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