From ca71ccff098e4eec97480d2a08773a06629cc66e Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Thu, 26 Jun 2014 06:50:06 +0200 Subject: Simplify PR_* redraw code and remove direct references to Term members --- src/status.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/status.cc') diff --git a/src/status.cc b/src/status.cc index 650a4ace..dc0a1cac 100644 --- a/src/status.cc +++ b/src/status.cc @@ -429,7 +429,7 @@ void status_main() } Term_load(); character_icky = FALSE; - p_ptr->redraw |= (PR_WIPE | PR_BASIC | PR_EXTRA | PR_MAP); + p_ptr->redraw |= (PR_WIPE | PR_FRAME | PR_MAP); handle_stuff(); } -- cgit v1.2.3