diff options
-rw-r--r-- | apps/plugins/pacbox/pacbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pacbox/pacbox.c b/apps/plugins/pacbox/pacbox.c index 0e3343252f..89af07a400 100644 --- a/apps/plugins/pacbox/pacbox.c +++ b/apps/plugins/pacbox/pacbox.c | |||
@@ -247,7 +247,7 @@ static bool pacbox_menu(void) | |||
247 | restart game | 247 | restart game |
248 | usb connected | 248 | usb connected |
249 | */ | 249 | */ |
250 | return (result==6); | 250 | return (result==7); |
251 | } | 251 | } |
252 | 252 | ||
253 | 253 | ||