mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:07:45 +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())
|
while (!deck.is_empty())
|
||||||
m_new_deck.append(deck.take(get_random_uniform(deck.size())));
|
m_new_deck.append(deck.take(get_random_uniform(deck.size())));
|
||||||
|
|
||||||
|
m_focused_stack = nullptr;
|
||||||
|
m_focused_cards.clear();
|
||||||
|
|
||||||
m_new_game_animation = true;
|
m_new_game_animation = true;
|
||||||
start_timer(s_timer_interval_ms);
|
start_timer(s_timer_interval_ms);
|
||||||
update();
|
update();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue