diff --git a/Userland/Games/Solitaire/Game.cpp b/Userland/Games/Solitaire/Game.cpp index 40868ec465..e63750b6c4 100644 --- a/Userland/Games/Solitaire/Game.cpp +++ b/Userland/Games/Solitaire/Game.cpp @@ -321,7 +321,6 @@ void Game::doubleclick_event(GUI::MouseEvent& event) GUI::Frame::doubleclick_event(event); if (m_game_over_animation) { - start_game_over_animation(); setup(mode()); return; }