summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/chessbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chessbox/chessbox.c')
-rw-r--r--apps/plugins/chessbox/chessbox.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c
index 906cc5d4c8..be69f672e4 100644
--- a/apps/plugins/chessbox/chessbox.c
+++ b/apps/plugins/chessbox/chessbox.c
@@ -680,6 +680,10 @@ static struct cb_command cb_getcommand (void) {
680#ifdef CB_PLAY_PRE 680#ifdef CB_PLAY_PRE
681 if (lastbutton != CB_PLAY_PRE) 681 if (lastbutton != CB_PLAY_PRE)
682 break; 682 break;
683 /* fallthrough */
684#endif
685#ifdef CB_PLAY_ALT
686 case CB_PLAY_ALT:
683#endif 687#endif
684 result.type = COMMAND_PLAY; 688 result.type = COMMAND_PLAY;
685 return result; 689 return result;