Skip to content

Commit

Permalink
Fix Night Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
DantSu committed Dec 9, 2024
1 parent 7161acb commit 34e392f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/storyTeller/stories_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,11 @@ void stories_readStage(void) {
audio_free_music();
storyOkAction = false;
storyScreenEnabled = false;

if (storiesNightModeEnabled) {
storiesNightModeCurrentAudio[0] = '\0';
}

callback_stories_autoplay();
return;
}
Expand Down

0 comments on commit 34e392f

Please sign in to comment.