(new): When first sanctuary is a wilderness, but second isn't, code

complained about the first one.
This commit is contained in:
Markus Armbruster 2004-10-05 18:45:49 +00:00
parent c85f674059
commit bf6f2162e8

View file

@ -102,7 +102,7 @@ new(void)
getsect(x + 2, y, &sect);
if (sect.sct_type != SCT_RURAL) {
pr("%s is a %s; try again...\n",
xyas(x, y, player->cnum), dchr[sect.sct_type].d_name);
xyas(x + 2, y, player->cnum), dchr[sect.sct_type].d_name);
return RET_SYN;
}
} else {