X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=49478464d427b114e7ebb2fb75218f0814988167;hb=3836649c663e70e503686c52c67f71d21c00bb84;hp=cf042880bc0f621904d27137f2c3df53c14924a6;hpb=1cacebfb41c20889c904155001a5b88ace962348;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index cf042880..49478464 100644 --- a/src/main.c +++ b/src/main.c @@ -51,11 +51,12 @@ char *display_name = NULL; char *server_host = NULL; int server_port = 0; int serveronly = FALSE; -int standalone = TRUE; +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;