]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/options.c
Update copyright notice
[empserver] / src / lib / global / options.c
index 9f50c0b8d7faaac941352d429d84167bec4f4b8c..ff3d59bc574b1a4c163e824d0e6e58280bce47a1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2007, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2009, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -26,7 +26,7 @@
  *  ---
  *
  *  options.c: Options definitions
- * 
+ *
  *  Known contributors to this file:
  *       Steve McClure, 1998
  *       Markus Armbruster, 2005-2006
@@ -42,7 +42,6 @@ int opt_BLITZ = 1;
 int opt_BRIDGETOWERS = 1;
 int opt_EASY_BRIDGES = 1;
 int opt_FALLOUT = 1;
-int opt_FUEL = 0;
 int opt_GODNEWS = 1;
 int opt_GO_RENEW = 0;
 int opt_GUINEA_PIGS = 0;
@@ -58,9 +57,9 @@ 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_RES_POP = 0;
 int opt_SAIL = 1;
-int opt_SHOWPLANE = 1;
 int opt_SLOW_WAR = 0;
 int opt_SUPER_BARS = 0;
 int opt_TECH_POP = 0;