]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/options.c
Disable LOANS and enable RAILWAYS by default
[empserver] / src / lib / global / options.c
index c056781779ae7930367c52cc8d585e65148744e8..aad1ec12c91233f5961ebed779bb80434b288ff7 100644 (file)
@@ -48,7 +48,7 @@ int opt_GUINEA_PIGS = 0;
 int opt_HIDDEN = 0;
 int opt_INTERDICT_ATT = 1;
 int opt_LANDSPIES = 1;
-int opt_LOANS = 1;
+int opt_LOANS = 0;
 int opt_LOSE_CONTACT = 0;
 int opt_MARKET = 0;
 int opt_MOB_ACCESS = 0;
@@ -57,7 +57,7 @@ int opt_NOMOBCOST = 1;
 int opt_NO_FORT_FIRE = 0;
 int opt_NO_PLAGUE = 1;
 int opt_PINPOINTMISSILE = 1;
-int opt_RAILWAYS = 0;
+int opt_RAILWAYS = 1;
 int opt_RES_POP = 0;
 int opt_SAIL = 1;
 int opt_SLOW_WAR = 0;