(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

@ -195,7 +195,7 @@ new(void)
natp->nat_xorg = 0;
natp->nat_yorg = 0;
}
natp->nat_money = START_CASH;
natp->nat_money = start_cash;
natp->nat_level[NAT_HLEV] = start_happiness;
natp->nat_level[NAT_RLEV] = start_research;
natp->nat_level[NAT_TLEV] = start_technology;