From e515471c2e027d2f1bd06e7b4cde7e8983949fcb Mon Sep 17 00:00:00 2001 From: ennewalker Date: Fri, 28 Mar 2008 23:00:27 +0000 Subject: Moving monster list update to viewwindow (since only when the screen redraws is there a change to see new monsters.) As far as I know, this should fix all the monster list update issues. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3922 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/state.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/state.cc') diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc index b3c21da5ce..992380132e 100644 --- a/crawl-ref/source/state.cc +++ b/crawl-ref/source/state.cc @@ -206,8 +206,6 @@ bool interrupt_cmd_repeat( activity_interrupt_type ai, formatted_mpr(fs, MSGCH_WARN); #endif - update_monster_pane(); - return true; } -- cgit v1.2.3-54-g00ecf