summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/macro.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/macro.cc b/crawl-ref/source/macro.cc
index 4ed27f7569..a87e86172d 100644
--- a/crawl-ref/source/macro.cc
+++ b/crawl-ref/source/macro.cc
@@ -640,7 +640,7 @@ static keyseq getch_mul( int (*rgetch)() = NULL )
}
if (!rgetch)
- rgetch = c_getch;
+ rgetch = m_getch;
keys.push_back( a = rgetch() );