]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/options.c
Remove option SLOW_WAR
[empserver] / src / lib / global / options.c
index 3cab294c228b4bec124e3c604b2e1252d9d2b127..8ad75521a921d0aa84274ec397562e28681f34d1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2010, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -29,7 +29,7 @@
  *
  *  Known contributors to this file:
  *       Steve McClure, 1998
- *       Markus Armbruster, 2005-2006
+ *       Markus Armbruster, 2005-2009
  */
 
 #include <config.h>
@@ -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;
@@ -56,10 +56,9 @@ int opt_NOFOOD = 1;
 int opt_NOMOBCOST = 1;
 int opt_NO_FORT_FIRE = 0;
 int opt_NO_PLAGUE = 1;
-int opt_PINPOINTMISSILE = 1;
+int opt_RAILWAYS = 1;
 int opt_RES_POP = 0;
 int opt_SAIL = 1;
-int opt_SLOW_WAR = 0;
 int opt_SUPER_BARS = 0;
 int opt_TECH_POP = 0;
 int opt_TRADESHIPS = 0;