status change followup (trunk only)

- Get the HD display working right when Upolyd.
- add a couple of comments.
This commit is contained in:
nethack.allison
2003-11-24 03:35:33 +00:00
parent f3e2499101
commit ac9b871dc3
3 changed files with 28 additions and 9 deletions

View File

@@ -24,6 +24,9 @@ void
set_uasmon()
{
set_mon_data(&youmonst, &mons[u.umonnum], 0);
#ifdef STATUS_VIA_WINDOWPORT
status_initialize(TRUE); /* TRUE = reassess fields only */
#endif
}
/* make a (new) human out of the player */