summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-08 20:31:22 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-08 20:31:22 +0000
commitd682873654e5fe9f7ae8fa635691a90db33fd381 (patch)
tree902f4970c7c61e556c823f04976d64d557446db1 /crawl-ref
parent4f0408f369e639086560f90429516522892010b6 (diff)
downloadcrawl-ref-d682873654e5fe9f7ae8fa635691a90db33fd381.tar.gz
crawl-ref-d682873654e5fe9f7ae8fa635691a90db33fd381.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4148 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 2b6733177d..43fe2db7c4 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -96,7 +96,7 @@
// % is replaced by "s" or "" as appropriate.
// <> and </> are replaced with colors.
// First message is if there's no piety gain, second is if piety gain
-// is one, third message is for piety gain > 1 (currently unused).
+// is one, third message is for piety gain > 1.
enum piety_gain_t
{
PIETY_NONE, PIETY_SOME, PIETY_LOTS,