Enable all files

This commit is contained in:
jl777
2019-02-02 04:52:03 -11:00
parent daf4cfbe0c
commit 6c436c81c1
2 changed files with 3 additions and 3 deletions

View File

@@ -358,7 +358,7 @@ picky_inven(struct rogue_state *rs)
msg(rs,"a) %s", inv_name(pack, FALSE));
else
{
msg(rs,terse ? "item: " : "which item do you wish to inventory: ");
msg(rs,terse ? (char *)"item: " : (char *)"which item do you wish to inventory: ");
mpos = 0;
if ((mch = readchar(rs)) == ESCAPE)
{