summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-14 00:54:17 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-14 00:54:17 +0000
commit2ca3425d5cabda1234bfa654f37e1b6c252e2016 (patch)
tree78e89be15c75fac944395ccb459a097b46cd7367 /crawl-ref/source/externs.h
parent0617b5e356b9d852c48e537cde285105a4cb46c3 (diff)
downloadcrawl-ref-2ca3425d5cabda1234bfa654f37e1b6c252e2016.tar.gz
crawl-ref-2ca3425d5cabda1234bfa654f37e1b6c252e2016.zip
Add comment.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5805 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 2aaae1d938..8569d16c19 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -1051,7 +1051,10 @@ public:
int shield_blocks; // Count of shield blocks this round.
- god_type god; // Usually GOD_NO_GOD.
+ god_type god; // What god the monster worships, if
+ // any. This is currently only used for
+ // monsters that are god gifts, to
+ // indicate which god sent them.
std::auto_ptr<ghost_demon> ghost; // Ghost information.