Merge branch 'NetHack-3.6.2' part 2

This commit is contained in:
nhmall
2019-03-22 23:26:58 -04:00
parent 36a9a343a3
commit 08c204cf44

View File

@@ -176,14 +176,14 @@ register int exper, rexp;
if (newexp != oldexp) {
u.uexp = newexp;
if (flags.showexp)
context.botl = TRUE;
g.context.botl = TRUE;
}
/* newrexp will always differ from oldrexp unless they're LONG_MAX */
if (newrexp != oldrexp) {
u.urexp = newrexp;
#ifdef SCORE_ON_BOTL
if (flags.showscore)
context.botl = TRUE;
g.context.botl = TRUE;
#endif
}
if (u.urexp >= (Role_if(PM_WIZARD) ? 1000 : 2000))