summaryrefslogtreecommitdiffstats
path: root/apps/recorder/wormlet.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/wormlet.c')
-rw-r--r--apps/recorder/wormlet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/wormlet.c b/apps/recorder/wormlet.c
index d6850dc039..2937a1bb83 100644
--- a/apps/recorder/wormlet.c
+++ b/apps/recorder/wormlet.c
@@ -1348,11 +1348,11 @@ static bool run(void)
player2_dir = (player2_dir + 1) % 4;
break;
- case BUTTON_VOL_UP:
+ case BUTTON_RC_VOL_UP:
player3_dir = (player3_dir + 1) % 4;
break;
- case BUTTON_VOL_DOWN:
+ case BUTTON_RC_VOL_DOWN:
player3_dir = (player3_dir + 3) % 4;
break;