summaryrefslogtreecommitdiff
path: root/src/q_main.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-06-26 06:50:06 +0200
committerBardur Arantsson <bardur@scientician.net>2014-06-26 06:50:06 +0200
commitca71ccff098e4eec97480d2a08773a06629cc66e (patch)
tree631fad99f61bc6bdcd4ee516845a7d3791bc598d /src/q_main.cc
parent1f8b86786fd33ee3cbdc62bdf2f129dba793b429 (diff)
Simplify PR_* redraw code and remove direct references to Term members
Diffstat (limited to 'src/q_main.cc')
-rw-r--r--src/q_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q_main.cc b/src/q_main.cc
index f0e6214e..3e4e569f 100644
--- a/src/q_main.cc
+++ b/src/q_main.cc
@@ -45,7 +45,7 @@ static bool_ quest_morgoth_hook(const char *fmt)
quest[QUEST_MORGOTH].status = QUEST_STATUS_FINISHED;
/* Redraw the "title" */
- p_ptr->redraw |= (PR_TITLE);
+ p_ptr->redraw |= (PR_FRAME);
/* Congratulations */
if (quest[QUEST_ONE].status == QUEST_STATUS_FINISHED)