summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-06 17:14:43 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-06 17:14:43 +0000
commit4e0f792aff22b971d1e35064926f173e48683bc3 (patch)
treed23d955b58651ea05032a6a043dcb11aad31c0ad /crawl-ref/source/mon-data.h
parent9d66ff60135a8567eee4bff72a7a713a11c18b4d (diff)
downloadcrawl-ref-4e0f792aff22b971d1e35064926f173e48683bc3.tar.gz
crawl-ref-4e0f792aff22b971d1e35064926f173e48683bc3.zip
Also fix the same size comments in mon-data.h.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8933 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-data.h')
-rw-r--r--crawl-ref/source/mon-data.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index cfdc81a3dd..c0cd01af09 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -132,14 +132,14 @@
MONUSE_MAGIC_ITEMS is currently never used anywhere.
size:
- SIZE_TINY, // rat/bat
- SIZE_LITTLE, // spriggan
- SIZE_SMALL, // halfling/kobold/gnome
- SIZE_MEDIUM, // human/elf/dwarf
- SIZE_LARGE, // troll/ogre/centaur/naga
- SIZE_BIG, // large quadrupeds
- SIZE_GIANT, // giant
- SIZE_HUGE, // dragon
+ SIZE_TINY, // rats/bats
+ SIZE_LITTLE, // spriggans
+ SIZE_SMALL, // halflings/kobolds/gnomes
+ SIZE_MEDIUM, // humans/elves/dwarves
+ SIZE_LARGE, // trolls/ogres
+ SIZE_BIG, // large quadrupeds/centaurs/nagas
+ SIZE_GIANT, // giants
+ SIZE_HUGE, // dragons
*/