summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-25 11:45:39 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-25 11:45:39 +0000
commit46f47615625e1a81d15df96d4ccfe5ac6f697888 (patch)
tree0456ce60f740205d4dd8906c929b7d2540697339 /crawl-ref/source/menu.h
parent137d900672cf15df2d5f3cf5988aff20d33620f7 (diff)
downloadcrawl-ref-46f47615625e1a81d15df96d4ccfe5ac6f697888.tar.gz
crawl-ref-46f47615625e1a81d15df96d4ccfe5ac6f697888.zip
Fixed mutation menu miscolouring mutations.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3332 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/menu.h')
-rw-r--r--crawl-ref/source/menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index 88c1d00d0d..de060b354f 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -273,7 +273,8 @@ protected:
int last_selected;
protected:
- void check_add_formatted_line(int col, std::string &line, bool check_eol);
+ void check_add_formatted_line(int firstcol, int nextcol,
+ std::string &line, bool check_eol);
void do_menu();
virtual void draw_select_count(int count, bool force = false);
virtual void draw_item( int index ) const;