mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:07:36 +00:00
parent
64ca51265d
commit
22aeec1218
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ void Game::setup(Mode mode)
|
|||
while (!deck.is_empty())
|
||||
m_new_deck.append(deck.take(get_random_uniform(deck.size())));
|
||||
|
||||
m_focused_stack = nullptr;
|
||||
m_focused_cards.clear();
|
||||
|
||||
m_new_game_animation = true;
|
||||
start_timer(s_timer_interval_ms);
|
||||
update();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue