summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_data.h
diff options
context:
space:
mode:
authorPete Hurst <pete@downplay.co.uk>2011-08-30 22:43:27 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-08-30 23:58:27 +0200
commit8fb3aca69b0e48e1089f344fcfa2455f95d2058e (patch)
treeb0fe58a9a1a4936bef6a86d9b28098b5e782aa3b /crawl-ref/source/mgen_data.h
parent8bd967e333dc0d5050f4d643d32a2ff810a9ef06 (diff)
downloadcrawl-ref-8fb3aca69b0e48e1089f344fcfa2455f95d2058e.tar.gz
crawl-ref-8fb3aca69b0e48e1089f344fcfa2455f95d2058e.zip
Fix misleading comment in mgen_data.h
Diffstat (limited to 'crawl-ref/source/mgen_data.h')
-rw-r--r--crawl-ref/source/mgen_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mgen_data.h b/crawl-ref/source/mgen_data.h
index 16089dcf5d..6e82b63071 100644
--- a/crawl-ref/source/mgen_data.h
+++ b/crawl-ref/source/mgen_data.h
@@ -36,7 +36,7 @@ struct mgen_data
// For summoned monsters this is their type of summoning, either the
// spell which summoned them or one of the values of the enumeration
- // mon_summon_type in mon-util.h.
+ // mon_summon_type in mon-enum.h.
int summon_type;
// Where the monster will be created.