(nullify_objects): Simply use all of bigcity_dchr. Using only parts

is confusing.
(bigcity_dchr): Fix initializer for d_maxpop.

(dchr): The previous revision accidentally changed maximum population
of sanctuaries, plains, sea and wasteland.  Revert the former two.
The latter are not used, but the new max population of zero makes more
sense, so keep it.
This commit is contained in:
Markus Armbruster 2005-02-21 19:52:25 +00:00
parent 6e9a69241e
commit 552467dc08
2 changed files with 5 additions and 11 deletions

View file

@ -484,14 +484,8 @@ nullify_objects(void)
{
int i, j;
if (opt_BIG_CITY) {
dchr[SCT_CAPIT].d_flg = bigcity_dchr.d_flg;
dchr[SCT_CAPIT].d_pkg = bigcity_dchr.d_pkg;
dchr[SCT_CAPIT].d_build = bigcity_dchr.d_build;
dchr[SCT_CAPIT].d_lcms = bigcity_dchr.d_lcms;
dchr[SCT_CAPIT].d_hcms = bigcity_dchr.d_hcms;
dchr[SCT_CAPIT].d_name = bigcity_dchr.d_name;
}
if (opt_BIG_CITY)
dchr[SCT_CAPIT] = bigcity_dchr;
if (opt_NO_LCMS)
dchr[SCT_LIGHT].d_cost = -1;
if (opt_NO_HCMS)