mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
added forgotten alert
This commit is contained in:
parent
f5193edead
commit
6b2dfd545a
1 changed files with 1 additions and 0 deletions
|
|
@ -296,6 +296,7 @@ void MessageLogWidget::connectToGame(Game *game)
|
|||
connect(game, SIGNAL(setActivePhase(int)), this, SLOT(msgAlert()));
|
||||
connect(game, SIGNAL(logDraw(Player *, int)), this, SLOT(msgAlert()));
|
||||
connect(game, SIGNAL(logMoveCard(Player *, QString, CardZone *, int, CardZone *, int)), this, SLOT(msgAlert()));
|
||||
connect(game, SIGNAL(logGameStart()), this, SLOT(msgAlert()));
|
||||
}
|
||||
|
||||
void MessageLogWidget::msgAlert()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue