From 1d0b00b735437ad4c45829d62dd676410423d877 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 23 Mar 2019 17:20:11 -0400 Subject: [PATCH] Merge branch 'NetHack-3.6.2' part 2 --- src/allmain.c | 2 +- src/apply.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/allmain.c b/src/allmain.c index d5402a24e..074ed6ec4 100644 --- a/src/allmain.c +++ b/src/allmain.c @@ -440,7 +440,7 @@ boolean resuming; if ((!g.context.run || flags.runmode == RUN_TPORT) && (g.multi && (!g.context.travel ? !(g.multi % 7) : !(g.moves % 7L)))) { if (flags.time && g.context.run) - g.ontext.botl = TRUE; + g.context.botl = TRUE; /* [should this be flush_screen() instead?] */ display_nhwindow(WIN_MAP, FALSE); } diff --git a/src/apply.c b/src/apply.c index a40303073..29c2b4df7 100644 --- a/src/apply.c +++ b/src/apply.c @@ -2045,7 +2045,7 @@ struct obj *obj; } if (did_attr || did_prop) - context.botl = TRUE; + g.context.botl = TRUE; if (did_attr) pline("This makes you feel %s!", (did_prop + did_attr) == (trouble_count + unfixable_trbl)