From 6d8a53f9d976c8efb93c72c261b94146c75f44c6 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 19 Feb 2009 22:06:41 +0100 Subject: [PATCH] Disable LOANS and enable RAILWAYS by default --- src/lib/global/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/global/options.c b/src/lib/global/options.c index c05678177..aad1ec12c 100644 --- a/src/lib/global/options.c +++ b/src/lib/global/options.c @@ -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; -- 2.43.0