set_uasmon

Noticed while looking at something else, merging status highlighting
changes introduced a redundant call to polysense() in set_uasmon().
This commit is contained in:
PatR
2017-10-04 18:18:21 -07:00
parent d9a5190f4d
commit 5aa1f3aa08

View 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 */