From 5aa1f3aa08ee7c0ed9419dbec0d2c3d9fdc3e91d Mon Sep 17 00:00:00 2001 From: PatR Date: Wed, 4 Oct 2017 18:18:21 -0700 Subject: [PATCH] set_uasmon Noticed while looking at something else, merging status highlighting changes introduced a redundant call to polysense() in set_uasmon(). --- src/polyself.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/polyself.c b/src/polyself.c index c1dc74ff6..a7febb3b1 100644 --- a/src/polyself.c +++ b/src/polyself.c @@ -110,8 +110,6 @@ set_uasmon() #ifdef STATUS_HILITES status_initialize(REASSESS_ONLY); #endif - - polysense(); } /* Levitation overrides Flying; set or clear BFlying|I_SPECIAL */