some pline()-like function usage

This commit is contained in:
nhmall
2023-03-08 19:12:52 -05:00
parent d9b43ce357
commit ecf74d5308
14 changed files with 26 additions and 26 deletions

View File

@@ -4392,7 +4392,7 @@ read_tribute(const char *tribsection, const char *tribtitle,
if (!fp) {
/* this is actually an error - cannot open tribute file! */
if (!nowin_buf)
pline("You feel too overwhelmed to continue!");
You_feel("too overwhelmed to continue!");
return grasped;
}