these are probably needed breaks

This commit is contained in:
RogueMaster
2022-11-02 18:40:02 -04:00
parent b2840275d2
commit 90d20f241b
24 changed files with 82 additions and 2 deletions

View File

@@ -806,6 +806,8 @@ int32_t video_poker_app(void* p) {
/* if game is not over, we should store the game state. */
processing = false;
break;
default:
break;
}
}
}