Merge branch 'NetHack-3.6.2' part 2
This commit is contained in:
@@ -176,14 +176,14 @@ register int exper, rexp;
|
|||||||
if (newexp != oldexp) {
|
if (newexp != oldexp) {
|
||||||
u.uexp = newexp;
|
u.uexp = newexp;
|
||||||
if (flags.showexp)
|
if (flags.showexp)
|
||||||
context.botl = TRUE;
|
g.context.botl = TRUE;
|
||||||
}
|
}
|
||||||
/* newrexp will always differ from oldrexp unless they're LONG_MAX */
|
/* newrexp will always differ from oldrexp unless they're LONG_MAX */
|
||||||
if (newrexp != oldrexp) {
|
if (newrexp != oldrexp) {
|
||||||
u.urexp = newrexp;
|
u.urexp = newrexp;
|
||||||
#ifdef SCORE_ON_BOTL
|
#ifdef SCORE_ON_BOTL
|
||||||
if (flags.showscore)
|
if (flags.showscore)
|
||||||
context.botl = TRUE;
|
g.context.botl = TRUE;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
if (u.urexp >= (Role_if(PM_WIZARD) ? 1000 : 2000))
|
if (u.urexp >= (Role_if(PM_WIZARD) ? 1000 : 2000))
|
||||||
|
|||||||
Reference in New Issue
Block a user