From 70eeeeec718a95bee1845c48545577551b2abbb7 Mon Sep 17 00:00:00 2001 From: pauldubois Date: Fri, 18 Apr 2008 08:01:53 +0000 Subject: A lot of these changes are ASCII only because I can't test in tile; please review and see if you want to un-ifdef TILE any of it. - Status lights are squished together - Remove one HUD line, so status lights only get two lines (ASCII only). - Make HUD a little bit wider, so more status lights fit (ASCII only). Add msg_max_height option; undocumented and only used internally (for now). - Refactor colour bars a little bit: - Update when resting (ASCII only) - Show recent increase as well as recent loss (ASCII only) - Color change for recent increase/loss goes away after a few turns (currently 4) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4324 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/externs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crawl-ref/source/externs.h') diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h index f0e011e498..916c63f5c3 100644 --- a/crawl-ref/source/externs.h +++ b/crawl-ref/source/externs.h @@ -462,7 +462,10 @@ public: runrest(); void initialise(int rdir, int mode); + // returns runmode operator int () const; + + // sets runmode const runrest &operator = (int newrunmode); // Returns true if we're currently resting. @@ -1549,6 +1552,7 @@ public: int view_max_width; int view_max_height; int mlist_min_height; + int msg_max_height; bool mlist_allow_alternate_layout; bool classic_hud; -- cgit v1.2.3-54-g00ecf