aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/menu.c')
-rw-r--r--frontend/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/menu.c b/frontend/menu.c
index c2fc72a..04a22fa 100644
--- a/frontend/menu.c
+++ b/frontend/menu.c
@@ -483,7 +483,7 @@ me_bind_action me_ctrl_actions[] =
{ "LEFT ", 1 << DKEY_LEFT },
{ "RIGHT ", 1 << DKEY_RIGHT },
{ "TRIANGLE", 1 << DKEY_TRIANGLE },
- { "CIRCLE ", 1 << DKEY_SQUARE },
+ { "CIRCLE ", 1 << DKEY_CIRCLE },
{ "CROSS ", 1 << DKEY_CROSS },
{ "SQUARE ", 1 << DKEY_SQUARE },
{ "L1 ", 1 << DKEY_L1 },