rnd-19981013-1
[rocksndiamonds.git] / src / main.c
index 61039723459de7e82fd6f203e5a0a1c49c03957e..4db664635bc6d5c312c25f494f8138f657f2e003 100644 (file)
@@ -50,7 +50,8 @@ char         *program_name = NULL;
 char          *display_name = NULL;
 char          *server_host = NULL;
 int            server_port = 0;
-int            standalone = TRUE;
+int            serveronly = FALSE;
+int            network = FALSE;
 int            verbose = FALSE;
 
 int            game_status = MAINMENU;
@@ -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];