diff --git a/src/states/WonState.hpp b/src/states/WonState.hpp index daf9a6c..b398418 100644 --- a/src/states/WonState.hpp +++ b/src/states/WonState.hpp @@ -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();