Commit 6b2dfd54 authored by marcus's avatar marcus
Browse files

added forgotten alert

parent f5193ede
......@@ -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()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment