From 1b7d49de6031caab5a0ef6210ebb3e7c6b625d5c Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 18 Jan 2008 11:49:07 +0000 Subject: 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 --- crawl-ref/source/libgui.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'crawl-ref/source/libgui.h') 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 -- cgit v1.2.3-54-g00ecf