]> granicus.if.org Git - nethack/commitdiff
set_uasmon
authorPatR <rankin@nethack.org>
Thu, 5 Oct 2017 01:18:21 +0000 (18:18 -0700)
committerPatR <rankin@nethack.org>
Thu, 5 Oct 2017 01:18:21 +0000 (18:18 -0700)
Noticed while looking at something else, merging status highlighting
changes introduced a redundant call to polysense() in set_uasmon().

src/polyself.c

index c1dc74ff61de927150ec3b1447aa6395e05dbe78..a7febb3b1edb4c0686c2673cd5749d5be6ab0cbc 100644 (file)
@@ -110,8 +110,6 @@ set_uasmon()
 #ifdef STATUS_HILITES
     status_initialize(REASSESS_ONLY);
 #endif
-
-    polysense();
 }
 
 /* Levitation overrides Flying; set or clear BFlying|I_SPECIAL */