From 47a24d507ee2f005502698e0aa83bb1cdfc10919 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 24 Nov 2019 18:55:18 -0500 Subject: [PATCH] Merge branch 'NetHack-3.6' --- src/do_wear.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/do_wear.c b/src/do_wear.c index 67a9d6b75..23c6c4e36 100644 --- a/src/do_wear.c +++ b/src/do_wear.c @@ -196,7 +196,7 @@ Boots_on(VOID_ARGS) * so uarmf could be Null below; status line * gets updated during brief interval they're * worn so hero and player learn enchantment */ - context.botl = 1; /* status hilites might mark AC changed */ + g.context.botl = 1; /* status hilites might mark AC changed */ makeknown(uarmf->otyp); float_up(); if (Levitation)