summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-16 23:46:24 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-16 23:46:24 +0000
commit2e69e7194860a07a628afc055016626e320334a1 (patch)
treeb483d5fbcb103165bcc879c45d28c7c4da1b369a /crawl-ref/source
parent79a1253b5cfd3a70c5c27c3803abe2bc4ea52ff9 (diff)
downloadcrawl-ref-2e69e7194860a07a628afc055016626e320334a1.tar.gz
crawl-ref-2e69e7194860a07a628afc055016626e320334a1.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5898 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index dbc5091c71..d1562d57dc 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -5023,7 +5023,7 @@ void crawl_view_buffer::size(const coord_def &sz)
#define MSG_MIN_HEIGHT 7
#define MSG_MAX_HEIGHT Options.msg_max_height
#define MLIST_MIN_HEIGHT Options.mlist_min_height
-#define MLIST_MIN_WIDTH 25 /* non-inline layout only */
+#define MLIST_MIN_WIDTH 25 // non-inline layout only
#define MLIST_MAX_WIDTH 42
#define MLIST_GUTTER 1
#define HUD_MIN_GUTTER 2