]> granicus.if.org Git - nethack/commit
feedback for missing readonly data files
authorPatR <rankin@nethack.org>
Sat, 17 Nov 2018 02:49:12 +0000 (18:49 -0800)
committerPatR <rankin@nethack.org>
Sat, 17 Nov 2018 02:49:12 +0000 (18:49 -0800)
commit141dec6d2e03147b94fd72b940bf72b627d27e7d
tree4dfb11a62a10dcf20d9a88342904e9e5b71bdbe1
parent6839ad3faadf9779916461df67164ab01df2abef
feedback for missing readonly data files

If bogusmon, engrave, epitaph, oralces, or rumors won't open, assume
it's because the file is missing so don't have impossible() tack on
"saving and restoring might fix this" when telling the player.
(Missing rumors or oracles previously only used pline() rather than
impossible() so this hadn't been an issue for them.  Now it would be.)
src/rumors.c