summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cio.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/cio.h')
-rw-r--r--crawl-ref/source/cio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/cio.h b/crawl-ref/source/cio.h
index b8d5420d39..b91fc2e6d5 100644
--- a/crawl-ref/source/cio.h
+++ b/crawl-ref/source/cio.h
@@ -52,7 +52,7 @@ int c_getch();
// Converts a key to a direction key, converting keypad and other sequences
// to vi key sequences (shifted/control key directions are also handled). Non
// direction keys (hopefully) pass through unmangled.
-int unmangle_direction_keys(int keyin, KeymapContext keymap = KC_DEFAULT,
+int unmangle_direction_keys(int keyin, KeymapContext keymap = KMC_DEFAULT,
bool fake_ctrl = true, bool fake_shift = true);
void get_input_line( char *const buff, int len );