summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-20 07:46:53 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-20 07:46:53 +0000
commit2741951b4396d2b9aa697fe2801502b35fbf7d3f (patch)
tree68224dcbd7e41684d22604c99f4c835af682e86c /crawl-ref/source/message.cc
parent3f915978c1319badcafec4effb1a1f20635a197b (diff)
downloadcrawl-ref-2741951b4396d2b9aa697fe2801502b35fbf7d3f.tar.gz
crawl-ref-2741951b4396d2b9aa697fe2801502b35fbf7d3f.zip
more() should be skipped during any type of key replay, not just command
repetition. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2160 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/message.cc')
-rw-r--r--crawl-ref/source/message.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/message.cc b/crawl-ref/source/message.cc
index bd3abfdc82..c0de62fb22 100644
--- a/crawl-ref/source/message.cc
+++ b/crawl-ref/source/message.cc
@@ -729,8 +729,7 @@ void more(void)
}
#endif
- if (crawl_state.is_repeating_cmd()
- && !crawl_state.cmd_repeat_start)
+ if (crawl_state.is_replaying_keys())
{
mesclr();
return;