summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox/pacbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pacbox/pacbox.c')
-rw-r--r--apps/plugins/pacbox/pacbox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.c b/apps/plugins/pacbox/pacbox.c
index efba47b576..cc5b5ef76d 100644
--- a/apps/plugins/pacbox/pacbox.c
+++ b/apps/plugins/pacbox/pacbox.c
@@ -391,6 +391,9 @@ static int gameProc( void )
391#ifdef PACMAN_RC_MENU 391#ifdef PACMAN_RC_MENU
392 || status == PACMAN_RC_MENU 392 || status == PACMAN_RC_MENU
393#endif 393#endif
394#ifdef PACMAN_MENU2
395 || status == PACMAN_MENU2
396#endif
394 ) { 397 ) {
395 bool menu_res; 398 bool menu_res;
396 399