Fine, the game can remember the tab.

Took 10 minutes

Took 21 seconds

Took 9 seconds
This commit is contained in:
Lukas Brübach 2025-09-10 02:58:21 +02:00
parent cba5ab2847
commit 270bdefd87
6 changed files with 39 additions and 26 deletions

View file

@ -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();