From 6b2dfd545aa7eaebb3cdf67cff1ea5ed1b566359 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 30 Aug 2009 20:42:09 +0200 Subject: [PATCH] added forgotten alert --- cockatrice/src/messagelogwidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cockatrice/src/messagelogwidget.cpp b/cockatrice/src/messagelogwidget.cpp index 3039cd599..2846ff8c9 100644 --- a/cockatrice/src/messagelogwidget.cpp +++ b/cockatrice/src/messagelogwidget.cpp @@ -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()