Merge remote-tracking branch 'origin/NetHack-3.6.0'

(required manual merge in include/config.h)
This commit is contained in:
keni
2018-04-15 13:50:59 -04:00
75 changed files with 5333 additions and 5062 deletions

View File

@@ -500,7 +500,7 @@ fixup_special()
s_level *sp = find_level(r->rname.str);
lev = sp->dlevel;
}
/* fall into... */
/*FALLTHRU*/
case LR_UPSTAIR:
case LR_DOWNSTAIR:
@@ -1198,11 +1198,6 @@ fumaroles()
* other source files, but they are all so nicely encapsulated here.
*/
#define CONS_OBJ 0
#define CONS_MON 1
#define CONS_HERO 2
#define CONS_TRAP 3
static struct bubble *bbubbles, *ebubbles;
static struct trap *wportal;