Skip to content

Commit

Permalink
Show credits after finishing the game
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Nov 26, 2024
1 parent 2bed414 commit 123530c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/states/WonState.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class WonState : public BaseState {

bool sound_played = false;

State next_state = State::EXIT;
State next_state = State::CREDITS;
public:
WonState(SDL_Renderer *renderer, FontManager * fonts, SoundManager * sounds, OptionManager * options);
~WonState();
Expand Down

0 comments on commit 123530c

Please sign in to comment.