author | nemo |
Sun, 24 Oct 2010 10:11:30 -0400 | |
changeset 3992 | 283a6d17fc4b |
parent 3991 | 82e4a5ef18f7 |
child 3994 | 486da687d76a |
--- a/QTfrontend/teamselhelper.cpp Sat Oct 23 14:10:23 2010 +0200 +++ b/QTfrontend/teamselhelper.cpp Sun Oct 24 10:11:30 2010 -0400 @@ -75,6 +75,7 @@ phhoger = new CHedgehogerWidget(QImage(":/res/hh25x25.png"), this); connect(phhoger, SIGNAL(hedgehogsNumChanged()), this, SLOT(hhNumChanged())); + phhoger->setHHNum(team.numHedgehogs); mainLayout.addWidget(phhoger); } else { }