blinking startbutton next fix

This commit is contained in:
doitux
2009-06-19 21:37:45 +00:00
parent e79b3d5fae
commit bc13e164d1
@@ -584,6 +584,9 @@ void gameLobbyDialogImpl::checkPlayerQuantity() {
} }
} }
else { else {
blinkingButtonAnimationTimer->stop();
blinkingButtonAnimationState = false;
blinkingStartButtonAnimation();
pushButton_StartGame->setEnabled(false); pushButton_StartGame->setEnabled(false);
} }
} }