]> git.pond.sub.org Git - empserver/blobdiff - include/econfig-spec.h
Fix trailing whitespace
[empserver] / include / econfig-spec.h
index 9a1305c625d816f2c3226f108082787b5fe74eef..756bed167a5cf87790ccc6fa620484fbcf6d9440 100644 (file)
@@ -26,7 +26,7 @@
  *  ---
  *
  *  econfig-spec.h: Combined include for optlist.h and emp_config.c
- * 
+ *
  *  Known contributors to this file:
  *     Marc Olzheim, 2004
  *     Markus Armbruster, 2004-2008
@@ -181,8 +181,6 @@ EMPCF_OPT("RES_POP", opt_RES_POP,
     "Population is limited by research")
 EMPCF_OPT("SAIL", opt_SAIL,
     "Enable sail command")
-EMPCF_OPT("SHOWPLANE", opt_SHOWPLANE,
-    "Show planes and land units embarked on ships or land units up for trade")
 EMPCF_OPT("SLOW_WAR", opt_SLOW_WAR,
     "Declaring war takes time")
 EMPCF_OPT("SUPER_BARS", opt_SUPER_BARS,
@@ -384,13 +382,13 @@ EMPCFBOTH("trade_ally_cut", trade_ally_cut, float, NSC_FLOAT, 0,
 
 EMPCF_COMMENT("\n\n### Miscellaneous")
 EMPCFBOTH("disabled_commands", disabled_commands, char *, NSC_STRING, KM_INTERNAL,
-         "Disabled commands, separated by space")
+    "Disabled commands, separated by space")
 EMPCFBOTH("anno_keep_days", anno_keep_days, int, NSC_INT, KM_INTERNAL,
-         "How long until announcements expire (<0 means never)")
+    "How long until announcements expire (<0 means never)")
 EMPCFBOTH("news_keep_days", news_keep_days, int, NSC_INT, KM_INTERNAL,
-         "How long until news expire")
-EMPCFBOTH("lost_items_timeout", lost_items_timeout, int, NSC_INT, KM_INTERNAL,
-    "Seconds before a lost item is timed out of the database")
+    "How long until news expire")
+EMPCFBOTH("lost_keep_hours", lost_keep_hours, int, NSC_INT, KM_INTERNAL,
+    "How long until lost items expire")
 
 /* Sentinel */
 EMPCFONLYC(NULL, emp_config_dummy, NULL, NSC_NOTYPE, 0, NULL)