mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -07:00
Destroy VDS in game lobby once game starts (#5643)
* push back setting change * rename method and make it public * destroy vds on game start
This commit is contained in:
parent
0d6497fcdc
commit
21e22ed5fb
3 changed files with 15 additions and 9 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