X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=49478464d427b114e7ebb2fb75218f0814988167;hb=3836649c663e70e503686c52c67f71d21c00bb84;hp=61039723459de7e82fd6f203e5a0a1c49c03957e;hpb=2fe0fbc2a34fd4b50081f1829931dea3ca2c4c1c;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 61039723..49478464 100644 --- a/src/main.c +++ b/src/main.c @@ -50,11 +50,13 @@ 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; 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,7 +108,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];