engraving pristine text field not properly filled

level creation was not populating the pristine text field
of engraving appropriately
This commit is contained in:
nhmall
2025-05-26 12:56:44 -04:00
parent 86a7bfa7e9
commit b303f91f3a
7 changed files with 31 additions and 17 deletions
+1 -1
View File
@@ -755,7 +755,7 @@ stock_room(int shp_indx, struct mkroom *sroom)
else if (inside_shop(sx, sy - 1))
n++;
Sprintf(buf, "Closed for inventory");
make_engr_at(m, n, buf, 0L, DUST);
make_engr_at(m, n, buf, NULL, 0L, DUST);
if (levl[m][n].typ != CORR && levl[m][n].typ != ROOM)
levl[m][n].typ = (Is_special(&u.uz)
|| *in_rooms(m, n, 0)) ? ROOM : CORR;