summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 9905fb912f..8b696fc5cc 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2513,8 +2513,8 @@ enum size_type
SIZE_LITTLE, // spriggans
SIZE_SMALL, // halflings/kobolds
SIZE_MEDIUM, // humans/elves/dwarves
- SIZE_LARGE, // trolls/ogres
- SIZE_BIG, // large quadrupeds/centaurs/nagas
+ SIZE_LARGE, // trolls/ogres/centaurs/nagas
+ SIZE_BIG, // large quadrupeds
SIZE_GIANT, // giants
SIZE_HUGE, // dragons
NUM_SIZE_LEVELS,