rnd-19981006-1
[rocksndiamonds.git] / src / misc.c
index e412be85952f6febbb39cba65c5311b400dfc850..fdbc27259763f84121e4d5894c74919e35eb7752 100644 (file)
@@ -260,6 +260,12 @@ void GetOptions(char *argv[])
 
       printf("--levels == '%s'\n", level_directory);
     }
+    else if (strncmp(option, "-network", option_len) == 0)
+    {
+      printf("--network\n");
+
+      standalone = FALSE;
+    }
     else if (strncmp(option, "-verbose", option_len) == 0)
     {
       printf("--verbose\n");