]> git.pond.sub.org Git - empserver/commitdiff
(configkeys): Make pre_update_hook and start_cash KM_INTERNAL.
authorRon Koenderink <rkoenderink@yahoo.ca>
Sat, 4 Feb 2006 21:04:25 +0000 (21:04 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Sat, 4 Feb 2006 21:04:25 +0000 (21:04 +0000)
include/econfig-spec.h

index 8ef846a59d30b8ffddf0a3cf0ed15857ff188b26..cc15145c1a5d6e12b077dd31fc6151af381349dc 100644 (file)
@@ -101,7 +101,7 @@ EMPCFBOTH("hourslop", hourslop, int, NSC_INT, KM_INTERNAL,
     "Number of minutes update check can slip to match update_times")
 EMPCFBOTH("blitz_time", blitz_time, int, NSC_INT, 0,
     "Number of minutes between updates under policy #2.")
-EMPCFBOTH("pre_update_hook", pre_update_hook, char *, NSC_STRING, 0,
+EMPCFBOTH("pre_update_hook", pre_update_hook, char *, NSC_STRING, KM_INTERNAL,
     "Shell command run right before the update.")
 
 EMPCF_COMMENT("\n\n### Demand update policy")
@@ -201,7 +201,7 @@ EMPCFBOTH("players_at_00", players_at_00, int, NSC_INT, 0,
     "Players have their coordinate system at deity 0,0 (0 - no, 1 - yes)")
 EMPCFBOTH("at_least_one_100", at_least_one_100, int, NSC_INT, KM_INTERNAL,
     "Initialize new countries with at least one sector with 100 of all resource")
-EMPCFBOTH("start_cash", start_cash, long, NSC_LONG, 0,
+EMPCFBOTH("start_cash", start_cash, long, NSC_LONG, KM_INTERNAL,
     "Starting cash for new countries")
 EMPCFBOTH("war_cost", War_Cost, int, NSC_INT, 0,
     "Cost to declare war (if SLOW_WAR is on)")