Fixed leaving the screen and coming back

This commit is contained in:
David Volovskiy
2024-08-18 10:35:36 -04:00
parent 4257b71562
commit 935ede9fda
2 changed files with 23 additions and 14 deletions

View File

@@ -87,7 +87,6 @@ typedef enum {
typedef enum {
SCREEN_PLAYING = 0,
SCREEN_RESULT,
SCREEN_TITLE,
SCREEN_STREAK,
#if USE_DAILY_STREAK
@@ -95,6 +94,7 @@ typedef enum {
#endif
SCREEN_WIN,
SCREEN_LOSE,
SCREEN_RESULT,
SCREEN_NO_DICT,
SCREEN_ALREADY_GUESSED,
SCREEN_COUNT