X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=4db664635bc6d5c312c25f494f8138f657f2e003;hb=59c2e609872b70cb4c458004cd9e2fe22c86a54b;hp=3962a9bd7c8959c65cab4df294b13eb73d213e93;hpb=d32496fdd3867910a188acba0ac132f66c99306c;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 3962a9bd..4db66463 100644 --- a/src/main.c +++ b/src/main.c @@ -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;