Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2018-07-07 12:10:44 -04:00
11 changed files with 67 additions and 35 deletions

View File

@@ -786,10 +786,9 @@ link_doors_rooms()
void
fill_rooms()
{
int tmpi;
int tmpi, m;
for (tmpi = 0; tmpi < nroom; tmpi++) {
int m;
if (rooms[tmpi].needfill)
fill_room(&rooms[tmpi], (rooms[tmpi].needfill == 2));
for (m = 0; m < rooms[tmpi].nsubrooms; m++)
@@ -2452,6 +2451,9 @@ boolean prefilled;
case COURT:
case ZOO:
case BEEHIVE:
case ANTHOLE:
case COCKNEST:
case LEPREHALL:
case MORGUE:
case BARRACKS:
fill_zoo(croom);