From bf6f2162e859d60713f0b3a9774d9b4f5a2fccbf Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 5 Oct 2004 18:45:49 +0000 Subject: [PATCH] (new): When first sanctuary is a wilderness, but second isn't, code complained about the first one. --- src/lib/commands/new.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/commands/new.c b/src/lib/commands/new.c index 783b5383a..78e9ed68f 100644 --- a/src/lib/commands/new.c +++ b/src/lib/commands/new.c @@ -102,7 +102,7 @@ new(void) getsect(x + 2, y, §); 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 { -- 2.43.0