Mercurial > hg > early-roguelike
comparison rogue5/scrolls.c @ 163:89deb1197a2d
arogue7: fix a display bug when viewing inventory after restoring.
The restore() function displayed a status message via wprintw() instead
of using the msg() functions. If the inventory was then viewed before
a call to msg(), msgw would obscure the first lines of the inventory
list.
There are surely more bugs related to messages.
author | John "Elwin" Edwards |
---|---|
date | Fri, 12 Jun 2015 12:09:16 -0400 |
parents | f502bf60e6e4 |
children |
comparison
equal
deleted
inserted
replaced
162:600873555ec0 | 163:89deb1197a2d |
---|