This commit is contained in:
Max-Wilhelm Bruker 2009-10-22 18:25:07 +02:00
parent 8a919e572f
commit 3d1052f54c
3 changed files with 3 additions and 6 deletions

View file

@ -8,7 +8,6 @@ Counter::Counter(Player *_player, int _id, const QString &_name, QColor _color,
{
if (radius > Player::counterAreaWidth / 2)
radius = Player::counterAreaWidth / 2;
if (player->getLocal()) {
menu = new QMenu(name);
aSet = new QAction(this);