mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-07 19:02:35 -08:00
added forgotten alert
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user