(START_CASH, start_cash): Replace START_CASH by new econfig key
start_cash.
This commit is contained in:
parent
8e16ae9e43
commit
3bbc91876f
4 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue