]> granicus.if.org Git - nethack/commit
another pass at preserving the Burdened message
authorcohrs <cohrs>
Wed, 3 Apr 2002 07:17:55 +0000 (07:17 +0000)
committercohrs <cohrs>
Wed, 3 Apr 2002 07:17:55 +0000 (07:17 +0000)
commit63262053ee8502cb15a03be4a3a36f1fe1c7f8e6
tree605099ef03bc1e252756a80a3cdbfc45e56c14af
parent6e0678b4ac2eff43a1a9b45b8c818bdabc421201
another pass at preserving the Burdened message
- this is brute force, always update the status line each time you
insert something into a container.  If you look closely, you may still
see the Burdened message disappears momentarily doe to the many possible
messages between the freeinv() call and the point where the object is
actually put into the container.
src/pickup.c