mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-17 07:52:16 -07:00
Fine, the game can remember the tab.
Took 10 minutes Took 21 seconds Took 9 seconds
This commit is contained in:
parent
cba5ab2847
commit
270bdefd87
6 changed files with 39 additions and 26 deletions
|
|
@ -97,7 +97,7 @@ TabGame::TabGame(TabSupervisor *_tabSupervisor,
|
|||
: Tab(_tabSupervisor), userListProxy(_tabSupervisor->getUserListManager())
|
||||
{
|
||||
// THIS CTOR IS USED ON GAMES
|
||||
game = new Game(_clients, event, _roomGameTypes);
|
||||
game = new Game(this, _clients, event, _roomGameTypes);
|
||||
|
||||
createCardInfoDock();
|
||||
createPlayerListDock();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue