# HG changeset patch # User John "Elwin" Edwards # Date 1435868859 14400 # Node ID 80c060734f51128f803fa2ec5096275cf2188bfc # Parent 0298a68cc179c0b10a41703d8fa9b09c53e061fe arogue7: fix messages from detection potions. Another fix for overwritten messages, this time for potions of monster detection and magic detection. I've made the message appear before the display of information, which may be closer to the originally intended behavior. diff -r 0298a68cc179 -r 80c060734f51 arogue7/potions.c --- a/arogue7/potions.c Thu Jul 02 08:04:16 2015 -0400 +++ b/arogue7/potions.c Thu Jul 02 16:27:39 2015 -0400 @@ -417,10 +417,10 @@ waddstr(msgw, morestr); clearok(msgw, FALSE); draw(msgw); + wait_for(' '); + msg(""); overlay(hw, cw); draw(cw); - wait_for(' '); - msg(""); if (is_potion) p_know[P_MFIND] = TRUE; } else @@ -484,10 +484,10 @@ waddstr(msgw, morestr); clearok(msgw, FALSE); draw(msgw); + wait_for(' '); + msg(""); overlay(hw,cw); draw(cw); - wait_for(' '); - msg(""); break; } else