Skip to content

Commit

Permalink
Make sure standard mode completed is set
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Dec 19, 2024
1 parent a187bf9 commit 2584366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/states/WonState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ WonState::WonState(SDL_Renderer * renderer, FontManager * fonts, SoundManager *
this->fonts = fonts;
this->sounds = sounds;
this->options = options;
this->options->setStandardModeCompleted(true);
}

WonState::~WonState() {
Expand Down

0 comments on commit 2584366

Please sign in to comment.