summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libgui.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-18 11:49:07 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-18 11:49:07 +0000
commit1b7d49de6031caab5a0ef6210ebb3e7c6b625d5c (patch)
treea4116f924fe4892ce75e53ae2fab89695e7d5c5b /crawl-ref/source/libgui.h
parent43ab7c1ef4125264ccfe272c346352ada1074821 (diff)
downloadcrawl-ref-1b7d49de6031caab5a0ef6210ebb3e7c6b625d5c.tar.gz
crawl-ref-1b7d49de6031caab5a0ef6210ebb3e7c6b625d5c.zip
Fix tutorial output for tile mode. For now, we simply suppress
output of ASCII item/monster symbols. Also, fix non-tile compile and add a few comments to tiles. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3298 c06c8d41-db1a-0410-9941-cceddc491573
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