summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-30 20:18:20 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-30 20:18:20 -0500
commit48edd0b868b31567d5bd1caa3531a610916d3a89 (patch)
tree8e4453a4de98156c99110b117afa66a1a0c6bec5 /crawl-ref/source/monplace.h
parent38579f4d006b2249717eafe443262b84e77c7ebd (diff)
downloadcrawl-ref-48edd0b868b31567d5bd1caa3531a610916d3a89.tar.gz
crawl-ref-48edd0b868b31567d5bd1caa3531a610916d3a89.zip
Add spacing fixes.
Diffstat (limited to 'crawl-ref/source/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index 709d147c57..b8be4cfbfa 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -147,13 +147,13 @@ struct mgen_data
// Generation flags from mgen_flag_type.
unsigned flags;
- // What god the monster worships, if any. Used for monsters that are god
- // gifts, to indicate which god sent them, and by priest monsters, to
- // indicate whose priest they are.
+ // What god the monster worships, if any. Used for monsters that
+ // are god gifts, to indicate which god sent them, and by priest
+ // monsters, to indicate whose priest they are.
god_type god;
// The number of hydra heads, manticore attack volleys, or merged
- // slime creatures. Note: in older version this field was used for
+ // slime creatures. Note: in older versions this field was used for
// both this and for base_type.
int number;