]> granicus.if.org Git - nethack/commit
improperly terminated quest message
authorcohrs <cohrs>
Tue, 27 Aug 2002 03:56:28 +0000 (03:56 +0000)
committercohrs <cohrs>
Tue, 27 Aug 2002 03:56:28 +0000 (03:56 +0000)
commit081edea253c4389e34d9551769bafaaf7de5d9f3
tree4b9155ec0dff14e8ab91b2cafefa6c0d381b3837
parent4aa5bceb1f77e189b3c48d30caa56d831c87581a
improperly terminated quest message
Add a missing check to makedefs so it prints a warning about misplaced %Es.
Fix a couple places in quest.txt pointed out by the new warning.
There's no visible effect on play, since the code that actually reads the
message keeps reading until the next %C.
dat/quest.txt
include/qtext.h
util/makedefs.c