diff --git a/Userland/Games/Solitaire/Game.cpp b/Userland/Games/Solitaire/Game.cpp index 8bb2d3da00..e43a9bb1e5 100644 --- a/Userland/Games/Solitaire/Game.cpp +++ b/Userland/Games/Solitaire/Game.cpp @@ -85,7 +85,7 @@ void Game::set_background_fill_enabled(bool enabled) void Game::start_game_over_animation() { - if (m_game_over_animation) + if (m_game_over_animation || m_start_game_over_animation_next_frame) return; m_last_move = {};