From 46f47615625e1a81d15df96d4ccfe5ac6f697888 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Fri, 25 Jan 2008 11:45:39 +0000 Subject: Fixed mutation menu miscolouring mutations. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3332 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/menu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/menu.h') 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; -- cgit v1.2.3-54-g00ecf