mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 16:32:16 -07:00
destroy vds on game start
This commit is contained in:
parent
426f64da95
commit
521cbbd76a
1 changed files with 1 additions and 0 deletions
|
|
@ -836,6 +836,7 @@ void TabGame::startGame(bool _resuming)
|
|||
while (i.hasNext()) {
|
||||
i.next();
|
||||
i.value()->setReadyStart(false);
|
||||
i.value()->setVisualDeckStorageExists(false);
|
||||
i.value()->hide();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue