From 53cedcfc2f9b001714e0ec72710c50d8fd1a71a7 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 16 Jan 2019 20:09:41 -0500 Subject: [PATCH] merge NetHack-3.6.2 into master part 2 --- src/do.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/do.c b/src/do.c index d97b3dac1..60fcd5bcb 100644 --- a/src/do.c +++ b/src/do.c @@ -170,7 +170,7 @@ const char *verb; might have been thrown by a giant or launched by a rolling boulder trap triggered by a monster or dropped by a scroll of earth read by a monster */ - if (context.mon_moving) { + if (g.context.mon_moving) { /* normally we'd use ohitmon() but it can call drop_throw() which calls flooreffects() */ damage = dmgval(obj, mtmp);