mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 08:34:52 -07:00
single player fixes
This commit is contained in:
parent
4d0c9962f4
commit
90ffc76730
4 changed files with 39 additions and 30 deletions
|
|
@ -181,7 +181,7 @@ void TabSupervisor::processGameEventContainer(GameEventContainer *cont)
|
|||
TabGame *tab = gameTabs.value(cont->getGameId());
|
||||
if (tab) {
|
||||
qDebug() << "gameEvent gameId =" << cont->getGameId();
|
||||
tab->processGameEventContainer(cont);
|
||||
tab->processGameEventContainer(cont, qobject_cast<AbstractClient *>(sender()));
|
||||
} else
|
||||
qDebug() << "gameEvent: invalid gameId";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue