Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2019-04-29 07:50:25 -04:00
2 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
/* NetHack 3.6 polyself.c $NHDT-Date: 1556201497 2019/04/25 14:11:37 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.131 $ */
/* NetHack 3.6 polyself.c $NHDT-Date: 1556497911 2019/04/29 00:31:51 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.132 $ */
/* Copyright (C) 1987, 1988, 1989 by Ken Arromdee */
/* NetHack may be freely redistributed. See license for details. */
@@ -97,7 +97,8 @@ set_uasmon()
polysense();
#ifdef STATUS_HILITES
status_initialize(REASSESS_ONLY);
if (VIA_WINDOWPORT())
status_initialize(REASSESS_ONLY);
#endif
}