]> granicus.if.org Git - nethack/commit
U260 - waiting times out for no reason while in were form
authorcohrs <cohrs>
Wed, 12 Feb 2003 02:07:22 +0000 (02:07 +0000)
committercohrs <cohrs>
Wed, 12 Feb 2003 02:07:22 +0000 (02:07 +0000)
commitb48b6addf3bb86bf4c6b1fbc2e6e6bf19209fcb3
tree0659e1e2b42ec8a65501c8b3012c12abd592f454
parentfe05bcf52dde8e183e649b337c983b942a12eee5
U260 - waiting times out for no reason while in were form
The initial report thought this was related to summoning help.  It's not.
moveloop would attempt to call you_were() even when you_were() would not
actually change your form.  Certainly there's a layering problem here, but
for now, just put in the same check peffects() uses to avoid calling
you_were() unnecessarily.
doc/fixes34.1
src/allmain.c