(START_CASH, start_cash): Replace START_CASH by new econfig key

start_cash.
This commit is contained in:
Markus Armbruster 2005-12-23 11:16:23 +00:00
parent 8e16ae9e43
commit 3bbc91876f
4 changed files with 5 additions and 3 deletions

View file

@ -125,6 +125,8 @@ 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,
"Starting cash for new countries")
EMPCFBOTH("powe_cost", powe_cost, double, NSC_DOUBLE, 0,
"Number of BTUs needed to generate a new power report")
EMPCFBOTH("war_cost", War_Cost, int, NSC_INT, 0,