Minimum number of hedgehogs in team is 1 now
authorunc0rr
Sun, 25 May 2008 20:33:31 +0000
changeset 951 c021955435b2
parent 950 feb18ec0c5c2
child 952 9dd48265e0b9
Minimum number of hedgehogs in team is 1 now
QTfrontend/hedgehogerWidget.cpp
--- a/QTfrontend/hedgehogerWidget.cpp	Sun May 25 18:09:21 2008 +0000
+++ b/QTfrontend/hedgehogerWidget.cpp	Sun May 25 20:33:31 2008 +0000
@@ -21,7 +21,7 @@
 #include "frameTeam.h"
 
 CHedgehogerWidget::CHedgehogerWidget(const QImage& im, QWidget * parent) :
-    ItemNum(im, parent)
+    ItemNum(im, parent, 1)
 {
   if(parent) {
     pOurFrameTeams=dynamic_cast<FrameTeams*>(parent->parentWidget());