summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/libgui.h')
-rw-r--r--crawl-ref/source/libgui.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/libgui.h b/crawl-ref/source/libgui.h
index 6e42ae0bae..89331b6b37 100644
--- a/crawl-ref/source/libgui.h
+++ b/crawl-ref/source/libgui.h
@@ -91,13 +91,13 @@ enum ScreenRegion
{
REGION_NONE,
REGION_CRT,
- REGION_STAT,
- REGION_MSG,
- REGION_MAP,
+ REGION_STAT, // stat area
+ REGION_MSG, // message area
+ REGION_MAP, // overview map area
REGION_DNGN,
REGION_TDNGN,
- REGION_INV1,
- REGION_INV2,
+ REGION_INV1, // items in inventory
+ REGION_INV2, // items in inventory?
REGION_XMAP,
REGION_TIP,
NUM_REGIONS