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)